# $Id: Portfile 81192 2011-07-27 02:26:47Z perry@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-distribute
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
