Ticket #18926: Portfile.2

File Portfile.2, 970 bytes (added by arthur@…, 16 years ago)

py26-textile

Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           python26 1.0
5
6name                py26-textile
7version             2.1.3
8categories-append   textproc
9platforms           darwin
10maintainers         openmaintainer arthurkoziel.com:arthur
11homepage            http://loopcore.com/python-textile/
12description         This is Textile. A Humane Web Text Generator.
13long_description    Textile is a XHTML generator using a simple markup \
14                    developed by Dean Allen.
15
16master_sites        http://pypi.python.org/packages/source/t/textile/
17distname            textile-${version}
18checksums           md5     07ec3c6d5e47763376894dfe60466a18 \
19                    sha1    c750ea67dfbcdfb55ceae1268c39917622c283a1 \
20                    rmd160  c6eb4e2f3168c336b3a5beb0fcc9980792899e82
21
22depends_lib-append  port:py26-setuptools
23
24livecheck.check     regex
25livecheck.url       http://pypi.python.org/pypi/textile
26livecheck.regex     textile (2\.\[0-9\]+\.\[0-9\]+)