# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                py-elixir
version             0.7.1
categories-append   www
platforms           darwin
license             MIT
maintainers         nomaintainer

description         Declarative layer on top of sqlalchemy
long_description    Elixir does not intend to replace SQLAlchemy's \
                    core features, but instead focuses on providing \
                    a simpler syntax for defining model objects when \
                    you do not need the full expressiveness of \
                    SQLAlchemy's manual mapper definitions.
homepage            http://elixir.ematia.de/

supported_archs     noarch

master_sites        https://cheeseshop.python.org/packages/source/E/Elixir/
distname            Elixir-${version}
checksums           md5     5615ec9693e3a8e44f69623d58f54116 \
                    sha1    22a1fbdc0163532b7cfbbd54c074a0a5ccf7d060 \
                    rmd160  a52872aace0db06864ec8ee14263988a9e5886da

python.versions     26 27

if {${name} ne ${subport}} {
    depends_build       port:py${python.version}-setuptools
    depends_lib-append  port:py${python.version}-sqlalchemy
}