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

larryv at macports.org larryv at macports.org
Tue Apr 7 13:01:03 PDT 2015


Revision: 134809
          https://trac.macports.org/changeset/134809
Author:   larryv at macports.org
Date:     2015-04-07 13:01:03 -0700 (Tue, 07 Apr 2015)
Log Message:
-----------
py-virtualenv: Fix livecheck

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

Modified: trunk/dports/python/py-virtualenv/Portfile
===================================================================
--- trunk/dports/python/py-virtualenv/Portfile	2015-04-07 20:01:00 UTC (rev 134808)
+++ trunk/dports/python/py-virtualenv/Portfile	2015-04-07 20:01:03 UTC (rev 134809)
@@ -56,5 +56,5 @@
 } else {
     livecheck.type      regex
     livecheck.url       http://pypi.python.org/pypi/virtualenv
-    livecheck.regex     virtualenv (1\.\[0-9\]+\.\[0-9\]+)
+    livecheck.regex     $real_name-(\\d+(?:\\.\\d+)*)${extract.suffix}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150407/90853fc0/attachment.html>


More information about the macports-changes mailing list