[48519] trunk/dports/python

ram at macports.org ram at macports.org
Mon Mar 23 21:50:59 PDT 2009


Revision: 48519
          http://trac.macports.org/changeset/48519
Author:   ram at macports.org
Date:     2009-03-23 21:50:58 -0700 (Mon, 23 Mar 2009)
Log Message:
-----------
py25-textile/py26-textile: new ports, closes #18926

Modified Paths:
--------------
    trunk/dports/python/py25-textile/Portfile
    trunk/dports/python/py26-textile/Portfile

Added Paths:
-----------
    trunk/dports/python/py25-textile/
    trunk/dports/python/py26-textile/

Modified: trunk/dports/python/py25-textile/Portfile
===================================================================
--- trunk/dports/python/py-textile/Portfile	2009-03-24 04:06:58 UTC (rev 48517)
+++ trunk/dports/python/py25-textile/Portfile	2009-03-24 04:50:58 UTC (rev 48519)
@@ -1,23 +1,26 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python24 1.0
-name                py-textile
-version             2.0.11
+PortGroup           python25 1.0
+
+name                py25-textile
+version             2.1.3
 categories-append   textproc
-maintainers         francisga at katatechnen.net
-description         python implementation of Textile
+platforms           darwin
+maintainers         openmaintainer arthurkoziel.com:arthur
+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. This is a Python port with \
-                    support for code validation, itex to MathML translation, \
-                    Python code coloring and much more.
-                    
-platforms           darwin
+                    developed by Dean Allen.
 
-homepage            http://dealmeida.net/projects/textile/
-master_sites        http://cheeseshop.python.org/packages/source/t/textile
+master_sites        http://pypi.python.org/packages/source/t/textile/
 distname            textile-${version}
+checksums           md5     07ec3c6d5e47763376894dfe60466a18 \
+                    sha1    c750ea67dfbcdfb55ceae1268c39917622c283a1 \
+                    rmd160  c6eb4e2f3168c336b3a5beb0fcc9980792899e82
 
-depends_lib-append  port:py-setuptools
+depends_lib-append  port:py25-setuptools
 
-checksums           md5 3e14bca38c70e9dd74a635776f01175c
+livecheck.check     regex
+livecheck.url       http://pypi.python.org/pypi/textile
+livecheck.regex     textile (2\.\[0-9\]+\.\[0-9\]+)

Modified: trunk/dports/python/py26-textile/Portfile
===================================================================
--- trunk/dports/python/py-textile/Portfile	2009-03-24 04:06:58 UTC (rev 48517)
+++ trunk/dports/python/py26-textile/Portfile	2009-03-24 04:50:58 UTC (rev 48519)
@@ -1,23 +1,26 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python24 1.0
-name                py-textile
-version             2.0.11
+PortGroup           python26 1.0
+
+name                py26-textile
+version             2.1.3
 categories-append   textproc
-maintainers         francisga at katatechnen.net
-description         python implementation of Textile
+platforms           darwin
+maintainers         openmaintainer arthurkoziel.com:arthur
+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. This is a Python port with \
-                    support for code validation, itex to MathML translation, \
-                    Python code coloring and much more.
-                    
-platforms           darwin
+                    developed by Dean Allen.
 
-homepage            http://dealmeida.net/projects/textile/
-master_sites        http://cheeseshop.python.org/packages/source/t/textile
+master_sites        http://pypi.python.org/packages/source/t/textile/
 distname            textile-${version}
+checksums           md5     07ec3c6d5e47763376894dfe60466a18 \
+                    sha1    c750ea67dfbcdfb55ceae1268c39917622c283a1 \
+                    rmd160  c6eb4e2f3168c336b3a5beb0fcc9980792899e82
 
-depends_lib-append  port:py-setuptools
+depends_lib-append  port:py26-setuptools
 
-checksums           md5 3e14bca38c70e9dd74a635776f01175c
+livecheck.check     regex
+livecheck.url       http://pypi.python.org/pypi/textile
+livecheck.regex     textile (2\.\[0-9\]+\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090323/c1eef0ee/attachment.html>


More information about the macports-changes mailing list