[149939] trunk/dports/python/py-scrapy/Portfile
khindenburg at macports.org
khindenburg at macports.org
Tue Jul 5 18:10:54 PDT 2016
Revision: 149939
https://trac.macports.org/changeset/149939
Author: khindenburg at macports.org
Date: 2016-07-05 18:10:53 -0700 (Tue, 05 Jul 2016)
Log Message:
-----------
py-scrapy: downgrade to 1.0.6 + add deps to get a working version #51772
Modified Paths:
--------------
trunk/dports/python/py-scrapy/Portfile
Modified: trunk/dports/python/py-scrapy/Portfile
===================================================================
--- trunk/dports/python/py-scrapy/Portfile 2016-07-06 01:09:06 UTC (rev 149938)
+++ trunk/dports/python/py-scrapy/Portfile 2016-07-06 01:10:53 UTC (rev 149939)
@@ -5,7 +5,11 @@
PortGroup python 1.0
name py-scrapy
-version 1.1.0
+version 1.0.6
+# Updating to 1.1.x requires a newer version of py-dispatcher (lp-requires bzr)
+# and possiblity other dependencies not in macports.
+# epoch needed due to downgrading version
+epoch 1
maintainers khindenburg openmaintainer
platforms darwin
@@ -20,8 +24,8 @@
distname Scrapy-${version}
master_sites https://files.pythonhosted.org/packages/source/S/Scrapy/
-checksums rmd160 fd03f691ea2b0dc7bda0e9da00e6d8a305bc2ce8 \
- sha256 eb474ab9609994a4259ce2cd701010023e0af05ddd527be1b7128d7a88713862
+checksums rmd160 1e332efb5d56b092a964520c9d66b7665f58ab28 \
+ sha256 548999910fcd18216626e569f6362bc390acfda4cfc1dfe2423d56d9f1ad91c5
python.versions 27
python.default_version 27
@@ -33,7 +37,8 @@
port:py${python.version}-w3lib \
port:py${python.version}-cssselect \
port:py${python.version}-openssl \
- port:py${python.version}-queuelib
+ port:py${python.version}-queuelib \
+ port:py${python.version}-service_identity
livecheck.type none
} else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160705/dcbb6a9e/attachment.html>
More information about the macports-changes
mailing list