[128216] trunk/dports/python/py-textile/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Nov 16 10:25:33 PST 2014


Revision: 128216
          https://trac.macports.org/changeset/128216
Author:   khindenburg at macports.org
Date:     2014-11-16 10:25:33 -0800 (Sun, 16 Nov 2014)
Log Message:
-----------
py-textile: update to 2.2.1; fix homepage; use python 27 34 #39674

Modified Paths:
--------------
    trunk/dports/python/py-textile/Portfile

Modified: trunk/dports/python/py-textile/Portfile
===================================================================
--- trunk/dports/python/py-textile/Portfile	2014-11-16 18:07:35 UTC (rev 128215)
+++ trunk/dports/python/py-textile/Portfile	2014-11-16 18:25:33 UTC (rev 128216)
@@ -4,11 +4,11 @@
 PortGroup           python 1.0
 
 name                py-textile
-version             2.1.3
+version             2.2.1
 categories-append   textproc
 license             BSD
 maintainers         katatechnen.net:francisga openmaintainer
-description         python implementation of Textile
+description         Textile processing for python
 long_description    Textile is a XHTML generator using a simple markup \
                     developed by Dean Allen. This is a Python port with \
                     support for code validation, itex to MathML translation, \
@@ -17,17 +17,17 @@
 platforms           darwin
 supported_archs     noarch
 
-homepage            http://loopcore.com/python-textile/
+homepage            https://pypi.python.org/pypi/textile
 master_sites        http://pypi.python.org/packages/source/t/textile/
 distname            textile-${version}
 
-checksums           md5    07ec3c6d5e47763376894dfe60466a18 \
-                    sha1   c750ea67dfbcdfb55ceae1268c39917622c283a1 \
-                    rmd160 c6eb4e2f3168c336b3a5beb0fcc9980792899e82
+python.versions     27 34
 
-python.versions     24 25 26
+checksums           rmd160  ca2870e180fe3764b0273bcad7847c818fdab6d3 \
+                    sha256  4899f06c63bfdc32a204d4c1c1e9302ddf17f26c20328419747d109348e23afd
 
 if {${name} ne ${subport}} {
+    depends_build-append    port:py${python.version}-setuptools
     livecheck.type      none
 } else {
     livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141116/d72986d1/attachment.html>


More information about the macports-changes mailing list