[123922] trunk/dports/python/py-w3lib/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri Aug 15 20:35:35 PDT 2014


Revision: 123922
          https://trac.macports.org/changeset/123922
Author:   khindenburg at macports.org
Date:     2014-08-15 20:35:35 -0700 (Fri, 15 Aug 2014)
Log Message:
-----------
py-w3lib: update to 1.9.0 - add dep - remove py26 - add py33

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

Modified: trunk/dports/python/py-w3lib/Portfile
===================================================================
--- trunk/dports/python/py-w3lib/Portfile	2014-08-16 03:21:09 UTC (rev 123921)
+++ trunk/dports/python/py-w3lib/Portfile	2014-08-16 03:35:35 UTC (rev 123922)
@@ -5,7 +5,7 @@
 PortGroup               python 1.0
 
 name                    py-w3lib
-version                 1.2
+version                 1.9.0
 maintainers             phw openmaintainer
 platforms               darwin
 
@@ -15,14 +15,18 @@
 homepage                http://pypi.python.org/pypi/w3lib
 
 distname                w3lib-${version}
-master_sites            http://pypi.python.org/packages/source/S/Scrapy/
 master_sites            http://pypi.python.org/packages/source/w/w3lib/
 
-checksums           rmd160  f47732ff354ade939b9a0f3ca72fb564c7e07e4a \
-                    sha256  61f27e225635da7f4d005409e4874748cd63a1e1ffef3495edb7254c4d5ac339
-python.versions 26 27
+checksums               rmd160  e5276b5bb1c4380a8e17eb365b9072d004d011f9 \
+                        sha256  b124659467de0a161f17ade88d616c2270356c5eeea66aea20285d92efb515f3
+
+python.versions 27 33
 python.default_version 27
 
+if {${name} ne ${subport}} {
+    depends_build-append    port:py${python.version}-setuptools
+}
+
 livecheck.regex         {>w3lib (.+) :}
 livecheck.type          regex
 livecheck.url           ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140815/20f3c5db/attachment-0001.html>


More information about the macports-changes mailing list