[94738] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Jun 28 00:42:58 PDT 2012


Revision: 94738
          https://trac.macports.org/changeset/94738
Author:   jmr at macports.org
Date:     2012-06-28 00:42:57 -0700 (Thu, 28 Jun 2012)
Log Message:
-----------
py*-lxml: unify, update to 2.3.2 (#32331)

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

Removed Paths:
-------------
    trunk/dports/python/py25-lxml/
    trunk/dports/python/py26-lxml/
    trunk/dports/python/py27-lxml/
    trunk/dports/python/py31-lxml/
    trunk/dports/python/py32-lxml/

Modified: trunk/dports/python/py-lxml/Portfile
===================================================================
--- trunk/dports/python/py-lxml/Portfile	2012-06-28 06:25:05 UTC (rev 94737)
+++ trunk/dports/python/py-lxml/Portfile	2012-06-28 07:42:57 UTC (rev 94738)
@@ -2,13 +2,14 @@
 # $Id$
 
 PortSystem        1.0
-PortGroup         python24 1.0
+PortGroup         python 1.0
 
 name              py-lxml
-version           2.1.2
+version           2.3.2
 categories        python devel
+license           BSD
 platforms         darwin
-maintainers       akitada openmaintainer
+maintainers       akitada gmail.com:dbraband openmaintainer
 description       Powerful and Pythonic XML processing library
 long_description  lxml is a Pythonic binding for the libxml2 and \
                   libxslt libraries.  It is unique in that it \
@@ -17,10 +18,22 @@
                   Python API, mostly compatible but superior to \
                   the well-known ElementTree API.
 
-homepage          http://codespeak.net/lxml/
+homepage          http://lxml.de/
 master_sites      http://pypi.python.org/packages/source/l/lxml/
-checksums         md5 d957423bbd56de25ef636671e7245069 \
-                  sha1 5354b3dd5f0bd16589da9970e0da7df60aaaa2f5 \
-                  rmd160 dbb0adc4ba9da3d313c73d68ecf909efea1d33c8
+checksums         md5 50ed3706da4665c40600fd6e2a7d1159 \
+                  rmd160 e85d9e4aca23ed82e9e91636b45bcac3988a49b7 \
+                  sha256 32bf688a03d18caa74840764727e8fa29bb29950f7a190a0b969150a3869a6a1
 distname          lxml-${version}
-depends_lib-append port:libxml2 port:libxslt port:py24-distribute
+
+python.versions   24 25 26 27 31 32
+
+if {$subport != $name} {
+    depends_build port:py${python.version}-distribute
+    depends_lib-append port:libxslt
+    
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   ${master_sites}
+    livecheck.regex "lxml-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120628/f7cf8fe1/attachment-0001.html>


More information about the macports-changes mailing list