# $Id: Portfile 77873 2011-04-15 12:42:11Z arthurk@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-textile
version             2.1.3
categories-append   textproc
platforms           darwin
maintainers         nomaintainer
homepage            http://loopcore.com/python-textile/
description         This is Textile. A Humane Web Text Generator.
long_description    Textile is a XHTML generator using a simple markup \
                    developed by Dean Allen.

master_sites        http://pypi.python.org/packages/source/t/textile/
distname            textile-${version}
checksums           md5     07ec3c6d5e47763376894dfe60466a18 \
                    sha1    c750ea67dfbcdfb55ceae1268c39917622c283a1 \
                    rmd160  c6eb4e2f3168c336b3a5beb0fcc9980792899e82

depends_lib-append  port:py26-distribute

livecheck.type      regex
livecheck.url       http://pypi.python.org/pypi/textile
livecheck.regex     textile (2\.\[0-9\]+\.\[0-9\]+)
