# $Id: Portfile 67420 2010-05-09 05:02:52Z perry@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-formalchemy
version                 1.3.4
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

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

checksums               rmd160 a4879b96d870d15b9b2881deac4fa5a5ce1113f9
