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

khindenburg at macports.org khindenburg at macports.org
Sun Feb 14 06:41:35 PST 2016


Revision: 145706
          https://trac.macports.org/changeset/145706
Author:   khindenburg at macports.org
Date:     2016-02-14 06:41:35 -0800 (Sun, 14 Feb 2016)
Log Message:
-----------
py-scrapy: update to 1.0.5; fix livecheck

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

Modified: trunk/dports/python/py-scrapy/Portfile
===================================================================
--- trunk/dports/python/py-scrapy/Portfile	2016-02-14 13:57:25 UTC (rev 145705)
+++ trunk/dports/python/py-scrapy/Portfile	2016-02-14 14:41:35 UTC (rev 145706)
@@ -5,7 +5,7 @@
 PortGroup               python 1.0
 
 name                    py-scrapy
-version                 1.0.4
+version                 1.0.5
 maintainers             khindenburg openmaintainer
 platforms               darwin
 
@@ -20,8 +20,8 @@
 distname                Scrapy-${version}
 master_sites            http://pypi.python.org/packages/source/S/Scrapy/
 
-checksums               rmd160  dc423205165354c0298b8a8efe2b63fa2b934f1f \
-                        sha256  4b19ab5e9d8cd646e7d5628b9655b6eee2643a201db87e197cda12012331729d
+checksums               rmd160  831a5b2c3363880004b326f0d6c65cc691b73457 \
+                        sha256  0a51c785a310d65f6e70285a2da56d48ef7d049bd7fd60a08eef05c52328ca96
 
 python.versions 27
 python.default_version 27
@@ -37,7 +37,6 @@
 
     livecheck.type          none
 } else {
-    livecheck.regex         {>Scrapy (.+) :}
-    livecheck.type          regex
-    livecheck.url           ${homepage}
+    livecheck.type          pypi
+    livecheck.regex         Scrapy-(\[0-9.\]+)${extract.suffix}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160214/76953b87/attachment.html>


More information about the macports-changes mailing list