[148578] trunk/dports/python/py-virtualenv/Portfile

larryv at macports.org larryv at macports.org
Wed May 11 14:51:21 PDT 2016


Revision: 148578
          https://trac.macports.org/changeset/148578
Author:   larryv at macports.org
Date:     2016-05-11 14:51:21 -0700 (Wed, 11 May 2016)
Log Message:
-----------
py-virtualenv: Use DOAP record for livecheck

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

Modified: trunk/dports/python/py-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py-virtualenv/Portfile	2016-05-11 21:51:19 UTC (rev 148577)
+++ trunk/dports/python/py-virtualenv/Portfile	2016-05-11 21:51:21 UTC (rev 148578)
@@ -56,6 +56,6 @@
     livecheck.type  none
 } else {
     livecheck.type  regex
-    livecheck.url   http://pypi.python.org/pypi/virtualenv
-    livecheck.regex ${python.rootname}-(\\d+(?:\\.\\d+)*)${extract.suffix}
+    livecheck.url   https://pypi.python.org/pypi?:action=doap&name=${python.rootname}
+    livecheck.regex {<revision>(\d+(?:\.\d+)*)</revision>}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160511/4b1f06d5/attachment.html>


More information about the macports-changes mailing list