[123923] trunk/dports/python/py-scrapy/Portfile

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


Revision: 123923
          https://trac.macports.org/changeset/123923
Author:   khindenburg at macports.org
Date:     2014-08-15 20:40:04 -0700 (Fri, 15 Aug 2014)
Log Message:
-----------
py-scrapy: update to 0.24.4 - add deps - remove py26

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

Modified: trunk/dports/python/py-scrapy/Portfile
===================================================================
--- trunk/dports/python/py-scrapy/Portfile	2014-08-16 03:35:35 UTC (rev 123922)
+++ trunk/dports/python/py-scrapy/Portfile	2014-08-16 03:40:04 UTC (rev 123923)
@@ -5,8 +5,8 @@
 PortGroup               python 1.0
 
 name                    py-scrapy
-version                 0.16.1
-maintainers             nomaintainer
+version                 0.24.4
+maintainers             khindenburg openmaintainer
 platforms               darwin
 
 description             Scrapy is a high level scraping and web crawling \
@@ -20,14 +20,20 @@
 distname                Scrapy-${version}
 master_sites            http://pypi.python.org/packages/source/S/Scrapy/
 
-checksums           rmd160  abc40ef561ec4aeef9495d1ba10eb6d2a1970c8d \
-                    sha256  dbc6920beb12e04ad9a14a083de9f1e3510fedb2060bd6c6ff9f112a74254659
-python.versions 26 27
+checksums               rmd160  855bb88eb87d38b6accaad528ce88602a09abafe \
+                        sha256  286dfc278f575f5176892f45179b4ce25dcdc6270bbf2146a2f1ace39ba24d00
+
+python.versions 27
 python.default_version 27
 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
-    depends_lib-append      port:py${python.version}-lxml port:py${python.version}-twisted
+    depends_lib-append      port:py${python.version}-lxml \
+                            port:py${python.version}-twisted \
+                            port:py${python.version}-w3lib \
+                            port:py${python.version}-cssselect \
+                            port:py${python.version}-openssl \
+                            port:py${python.version}-queuelib
 }
 
 livecheck.regex         {>Scrapy (.+) :}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140815/d7320d79/attachment.html>


More information about the macports-changes mailing list