[60067] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Sat Oct 31 09:44:29 PDT 2009


Revision: 60067
          http://trac.macports.org/changeset/60067
Author:   ryandesign at macports.org
Date:     2009-10-31 09:44:26 -0700 (Sat, 31 Oct 2009)
Log Message:
-----------
py-setuptools: add livecheck
py25-setuptools: fix livecheck
py26-setuptools: make livecheck the same as the others

Modified Paths:
--------------
    trunk/dports/python/py-setuptools/Portfile
    trunk/dports/python/py25-setuptools/Portfile
    trunk/dports/python/py26-setuptools/Portfile

Modified: trunk/dports/python/py-setuptools/Portfile
===================================================================
--- trunk/dports/python/py-setuptools/Portfile	2009-10-31 16:01:09 UTC (rev 60066)
+++ trunk/dports/python/py-setuptools/Portfile	2009-10-31 16:44:26 UTC (rev 60067)
@@ -31,3 +31,7 @@
 	# To avoid conflict between py-setuptools and py25-setuptools (See r31503)
 	file delete ${destroot}${prefix}/bin/easy_install
 }
+
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     {setuptools-(\d+(?:\.[0-9a-z]+)*)\.tar}

Modified: trunk/dports/python/py25-setuptools/Portfile
===================================================================
--- trunk/dports/python/py25-setuptools/Portfile	2009-10-31 16:01:09 UTC (rev 60066)
+++ trunk/dports/python/py25-setuptools/Portfile	2009-10-31 16:44:26 UTC (rev 60067)
@@ -33,5 +33,5 @@
 }
 
 livecheck.type      regex
-livecheck.url       $master_sites
-livecheck.regex     {setuptools-(\d+(?:\.\d+)*(?:[a-z]\d))}
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     {setuptools-(\d+(?:\.[0-9a-z]+)*)\.tar}

Modified: trunk/dports/python/py26-setuptools/Portfile
===================================================================
--- trunk/dports/python/py26-setuptools/Portfile	2009-10-31 16:01:09 UTC (rev 60066)
+++ trunk/dports/python/py26-setuptools/Portfile	2009-10-31 16:44:26 UTC (rev 60067)
@@ -37,6 +37,6 @@
 test.run  yes
 test.cmd  ${python.bin} setup.py
 
-livecheck.type   regex
-livecheck.url    [lindex ${master_sites} 0]?C=M&O=D
-livecheck.regex  setuptools-(\\d+(?:\\.\\d+)*c\\d+(?:\\.\\d+)*)
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     {setuptools-(\d+(?:\.[0-9a-z]+)*)\.tar}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091031/bbfb39ad/attachment.html>


More information about the macports-changes mailing list