# $Id: Portfile 68197 2010-05-28 22:12:54Z perry@macports.org $

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-pylons
version                 1.0
maintainers             perry openmaintainer
platforms               darwin

description             Pylons is a lightweight web framework emphasizing \
                        flexibility and rapid development.
long_description        ${description}
license                 BSD
homepage                http://pypi.python.org/pypi/Pylons/

livecheck.regex         {/Pylons/(.+)"}
livecheck.type          regex
livecheck.url           ${homepage}

depends_build-append    port:py26-distribute
depends_lib-append \
    port:py26-beaker \
    port:py26-decorator \
    port:py26-formencode \
    port:py26-mako \
    port:py26-nose \
    port:py26-paste \
    port:py26-pastedeploy \
    port:py26-pastescript \
    port:py26-routes \
    port:py26-simplejson \
    port:py26-tempita \
    port:py26-weberror \
    port:py26-webhelpers \
    port:py26-webob \
    port:py26-webtest

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

checksums               rmd160 7d33c3656096780839ccb723ea2fb9107a82fd63
