[148177] trunk/dports/python/py-threadpool/Portfile

petr at macports.org petr at macports.org
Thu Apr 28 15:06:40 PDT 2016


Revision: 148177
          https://trac.macports.org/changeset/148177
Author:   petr at macports.org
Date:     2016-04-28 15:06:39 -0700 (Thu, 28 Apr 2016)
Log Message:
-----------
py-threadpool: fix livecheck

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

Modified: trunk/dports/python/py-threadpool/Portfile
===================================================================
--- trunk/dports/python/py-threadpool/Portfile	2016-04-28 21:58:43 UTC (rev 148176)
+++ trunk/dports/python/py-threadpool/Portfile	2016-04-28 22:06:39 UTC (rev 148177)
@@ -51,7 +51,7 @@
 
     livecheck.type  none
 } else {
-    livecheck.type      regex
-    livecheck.url       [lindex ${master_sites} 0]
-    livecheck.regex     ">${_name}-(\\d+\\.\\d+\\.\\d+)\\${extract.suffix}<"
+    livecheck.type  regex
+    livecheck.url   https://pypi.python.org/pypi/${_name}/json
+    livecheck.regex "\"${_name}-(\[.\\d\]+)\\${extract.suffix}\""
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160428/c0db16bb/attachment-0001.html>


More information about the macports-changes mailing list