[146257] trunk/dports/python/py-lxml/Portfile

petr at macports.org petr at macports.org
Wed Mar 2 14:47:27 PST 2016


Revision: 146257
          https://trac.macports.org/changeset/146257
Author:   petr at macports.org
Date:     2016-03-02 14:47:27 -0800 (Wed, 02 Mar 2016)
Log Message:
-----------
py-lxml: update to 3.5.0

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

Modified: trunk/dports/python/py-lxml/Portfile
===================================================================
--- trunk/dports/python/py-lxml/Portfile	2016-03-02 22:03:21 UTC (rev 146256)
+++ trunk/dports/python/py-lxml/Portfile	2016-03-02 22:47:27 UTC (rev 146257)
@@ -5,10 +5,10 @@
 PortGroup           python 1.0
 
 set _name           lxml
+set _n              [string index ${_name} 0]
 
-name                py-lxml
-version             3.4.1
-revision            0
+name                py-${_name}
+version             3.5.0
 categories-append   devel
 platforms           darwin
 license             BSD
@@ -27,12 +27,13 @@
                     the well-known ElementTree API.
 
 homepage            http://lxml.de/
-master_sites        http://pypi.python.org/packages/source/l/lxml/
+master_sites        https://pypi.python.org/packages/source/${_n}/${_name}/
 
-checksums           rmd160  2f7a4b7f00a9c8c44d5dbe6b8efe93728168b7ed \
-                    sha256  069594837d0376a1bacf5cc42aa9a1be2e1c1396dc62f7d07f7358afecd34adf
+checksums           md5     9f0c5f1eb43ff44d5455dab4b4efbe73 \
+                    rmd160  b6f1e849045fd28cf1f11b3442c7608c4c02f5cf \
+                    sha256  349f93e3a4b09cc59418854ab8013d027d246757c51744bf20069bc89016f578
 
-distname            lxml-${version}
+distname            ${_name}-${version}
 
 if {${name} ne ${subport}} {
     depends_build-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160302/18ca2a71/attachment.html>


More information about the macports-changes mailing list