# -*- 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
# $Id: Portfile 106911 2013-06-11 14:40:14Z jmr@macports.org $

PortSystem                      1.0
PortGroup                       python 1.0

name                            py-elixir
version                         0.7.1
categories-append               www
license                         MIT
maintainers                     akitada openmaintainer
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.

platforms                       darwin
supported_archs                 noarch

homepage                        http://elixir.ematia.de/
master_sites                    http://cheeseshop.python.org/packages/source/E/Elixir/
distname                        Elixir-${version}

checksums                       md5 5615ec9693e3a8e44f69623d58f54116 \
                                sha1 22a1fbdc0163532b7cfbbd54c074a0a5ccf7d060 \
                                rmd160 a52872aace0db06864ec8ee14263988a9e5886da

python.versions                 24 25 26

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