[107565] trunk/dports/python/py-rope/Portfile

sean at macports.org sean at macports.org
Tue Jul 2 17:40:12 PDT 2013


Revision: 107565
          https://trac.macports.org/changeset/107565
Author:   sean at macports.org
Date:     2013-07-02 17:40:12 -0700 (Tue, 02 Jul 2013)
Log Message:
-----------
py-rope: fix livecheck

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

Modified: trunk/dports/python/py-rope/Portfile
===================================================================
--- trunk/dports/python/py-rope/Portfile	2013-07-03 00:40:05 UTC (rev 107564)
+++ trunk/dports/python/py-rope/Portfile	2013-07-03 00:40:12 UTC (rev 107565)
@@ -26,3 +26,11 @@
                     rmd160 7b3743d0468d127f98f35eb85489d0c996a6af4c
 
 python.versions     25 26 27
+
+if {$subport != $name} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       https://pypi.python.org/packages/source/r/rope/
+    livecheck.regex     rope-(\[\\d+.\]+)${extract.suffix}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130702/ab4157a8/attachment.html>


More information about the macports-changes mailing list