Revision
100843
Author
jmr@macports.org
Date
2012-12-28 18:20:14 -0800 (Fri, 28 Dec 2012)

Log Message

py*-textile: unify, license, noarch

Modified Paths

Removed Paths

Diff

Modified: trunk/dports/python/py-textile/Portfile (100842 => 100843)


--- trunk/dports/python/py-textile/Portfile	2012-12-29 01:26:29 UTC (rev 100842)
+++ trunk/dports/python/py-textile/Portfile	2012-12-29 02:20:14 UTC (rev 100843)
@@ -1,11 +1,13 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python24 1.0
+PortGroup           python 1.0
+
 name                py-textile
-version             2.0.11
+version             2.1.3
 categories-append   textproc
-maintainers         katatechnen.net:francisga
+license             BSD
+maintainers         katatechnen.net:francisga openmaintainer
 description         python implementation of Textile
 long_description    Textile is a XHTML generator using a simple markup \
                     developed by Dean Allen. This is a Python port with \
@@ -13,11 +15,23 @@
                     Python code coloring and much more.
                     
 platforms           darwin
+supported_archs     noarch
 
-homepage            http://dealmeida.net/projects/textile/
-master_sites        http://cheeseshop.python.org/packages/source/t/textile
+homepage            http://loopcore.com/python-textile/
+master_sites        http://pypi.python.org/packages/source/t/textile/
 distname            textile-${version}
 
-depends_lib-append  port:py24-distribute
+checksums           md5    07ec3c6d5e47763376894dfe60466a18 \
+                    sha1   c750ea67dfbcdfb55ceae1268c39917622c283a1 \
+                    rmd160 c6eb4e2f3168c336b3a5beb0fcc9980792899e82
 
-checksums           md5 3e14bca38c70e9dd74a635776f01175c
+python.versions     24 25 26
+
+if {$subport != $name} {
+    depends_lib-append  port:py${python.version}-distribute
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       http://pypi.python.org/pypi/textile
+    livecheck.regex     textile (2\.\[0-9\]+\.\[0-9\]+)
+}