# $Id: Portfile 106911 2013-06-11 14:40:14Z jmr@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-formalchemy
version                 1.4.1
maintainers             perry openmaintainer
platforms               darwin

description             FormAlchemy greatly speeds development with SQLAlchemy \
                        mapped classes (models) in a HTML forms environment.
long_description        ${description}
license                 MIT
homepage                http://pypi.python.org/pypi/FormAlchemy/

livecheck.regex         {>FormAlchemy (.+) :}
livecheck.type          regex
livecheck.url           ${homepage}

depends_build-append    port:py26-setuptools
depends_lib-append \
    port:py26-sqlalchemy \
    port:py26-tempita \
    port:py26-webhelpers \
    port:py26-webob

distname                FormAlchemy-${version}
master_sites            http://pypi.python.org/packages/source/F/FormAlchemy/

checksums               rmd160 d7f78d51bf7fd20c642356002bcfa77022fb56fc
