[48459] trunk/dports/python

blb at macports.org blb at macports.org
Sun Mar 22 14:01:32 PDT 2009


Revision: 48459
          http://trac.macports.org/changeset/48459
Author:   blb at macports.org
Date:     2009-03-22 14:01:31 -0700 (Sun, 22 Mar 2009)
Log Message:
-----------
My python ports - fix livecheck

Modified Paths:
--------------
    trunk/dports/python/py25-buzhug/Portfile
    trunk/dports/python/py25-hypy/Portfile
    trunk/dports/python/py25-keyczar/Portfile
    trunk/dports/python/py25-lepton/Portfile
    trunk/dports/python/py25-mpmath/Portfile
    trunk/dports/python/py25-numexpr/Portfile
    trunk/dports/python/py26-buzhug/Portfile
    trunk/dports/python/py26-genshi/Portfile
    trunk/dports/python/py26-hypy/Portfile
    trunk/dports/python/py26-keyczar/Portfile
    trunk/dports/python/py26-lepton/Portfile
    trunk/dports/python/py26-mpmath/Portfile
    trunk/dports/python/py26-numexpr/Portfile
    trunk/dports/python/py26-simplejson/Portfile

Modified: trunk/dports/python/py25-buzhug/Portfile
===================================================================
--- trunk/dports/python/py25-buzhug/Portfile	2009-03-22 18:52:28 UTC (rev 48458)
+++ trunk/dports/python/py25-buzhug/Portfile	2009-03-22 21:01:31 UTC (rev 48459)
@@ -25,3 +25,5 @@
                     sha1    5e052f63205ce1b94880454da6ce3a1fbaf6ddcf \
                     rmd160  78f03732dd8a24b2a4c22d58f62905bd16ec7940
 
+livecheck.regex     {<title>buzhug buzhug-(.*) released.*</title>}
+

Modified: trunk/dports/python/py25-hypy/Portfile
===================================================================
--- trunk/dports/python/py25-hypy/Portfile	2009-03-22 18:52:28 UTC (rev 48458)
+++ trunk/dports/python/py25-hypy/Portfile	2009-03-22 21:01:31 UTC (rev 48459)
@@ -35,3 +35,7 @@
       ${destroot}${prefix}/share/doc/${name}
 }
 
+livecheck.check     regex
+livecheck.url       ${master_sites}
+livecheck.regex     {Hypy-([0-9.]+)\.tar\.gz}
+

Modified: trunk/dports/python/py25-keyczar/Portfile
===================================================================
--- trunk/dports/python/py25-keyczar/Portfile	2009-03-22 18:52:28 UTC (rev 48458)
+++ trunk/dports/python/py25-keyczar/Portfile	2009-03-22 21:01:31 UTC (rev 48459)
@@ -35,3 +35,7 @@
    reinplace "s|@@DESCRIPTION@@|${description}|g" ${worksrcpath}/setup.py
 }
 
+livecheck.check     regex
+livecheck.url       http://code.google.com/p/keyczar/downloads/list
+livecheck.regex     {Keyczar ([a-z0-9.]+) Python Release}
+

Modified: trunk/dports/python/py25-lepton/Portfile
===================================================================
--- trunk/dports/python/py25-lepton/Portfile	2009-03-22 18:52:28 UTC (rev 48458)
+++ trunk/dports/python/py25-lepton/Portfile	2009-03-22 21:01:31 UTC (rev 48459)
@@ -34,3 +34,7 @@
       ${destroot}${prefix}/share/examples/${name}
 }
 
+livecheck.check     regex
+livecheck.url       http://code.google.com/p/py-lepton/downloads/list
+livecheck.regex     {lepton-([0-9a-z.]+)\.tar\.gz}
+

Modified: trunk/dports/python/py25-mpmath/Portfile
===================================================================
--- trunk/dports/python/py25-mpmath/Portfile	2009-03-22 18:52:28 UTC (rev 48458)
+++ trunk/dports/python/py25-mpmath/Portfile	2009-03-22 21:01:31 UTC (rev 48459)
@@ -30,3 +30,7 @@
    file copy ${worksrcpath}/demo ${destroot}${prefix}/share/doc/${name}/
 }
 
+livecheck.check     regex
+livecheck.url       http://code.google.com/p/mpmath/downloads/list
+livecheck.regex     {mpmath-([0-9.]+)\.tar\.gz}
+

Modified: trunk/dports/python/py25-numexpr/Portfile
===================================================================
--- trunk/dports/python/py25-numexpr/Portfile	2009-03-22 18:52:28 UTC (rev 48458)
+++ trunk/dports/python/py25-numexpr/Portfile	2009-03-22 21:01:31 UTC (rev 48459)
@@ -38,3 +38,7 @@
       RELEASE_NOTES.txt ${destroot}${prefix}/share/doc/${name}
 }
 
+livecheck.check     regex
+livecheck.url       http://code.google.com/p/numexpr/downloads/list
+livecheck.regex     {numexpr-([0-9.]+)\.tar\.gz}
+

Modified: trunk/dports/python/py26-buzhug/Portfile
===================================================================
--- trunk/dports/python/py26-buzhug/Portfile	2009-03-22 18:52:28 UTC (rev 48458)
+++ trunk/dports/python/py26-buzhug/Portfile	2009-03-22 21:01:31 UTC (rev 48459)
@@ -25,3 +25,5 @@
                     sha1    5e052f63205ce1b94880454da6ce3a1fbaf6ddcf \
                     rmd160  78f03732dd8a24b2a4c22d58f62905bd16ec7940
 
+livecheck.regex     {<title>buzhug buzhug-(.*) released.*</title>}
+

Modified: trunk/dports/python/py26-genshi/Portfile
===================================================================
--- trunk/dports/python/py26-genshi/Portfile	2009-03-22 18:52:28 UTC (rev 48458)
+++ trunk/dports/python/py26-genshi/Portfile	2009-03-22 21:01:31 UTC (rev 48459)
@@ -22,3 +22,5 @@
                     sha1 36efd1f9de425f56a27cef5bdd642819aa4ae0b2 \
                     rmd160 cedbfbc37b568d967cb6b5c935faafb125b35251
 
+livecheck.name      genshi
+

Modified: trunk/dports/python/py26-hypy/Portfile
===================================================================
--- trunk/dports/python/py26-hypy/Portfile	2009-03-22 18:52:28 UTC (rev 48458)
+++ trunk/dports/python/py26-hypy/Portfile	2009-03-22 21:01:31 UTC (rev 48459)
@@ -35,3 +35,7 @@
       ${destroot}${prefix}/share/doc/${name}
 }
 
+livecheck.check     regex
+livecheck.url       ${master_sites}
+livecheck.regex     {Hypy-([0-9.]+)\.tar\.gz}
+

Modified: trunk/dports/python/py26-keyczar/Portfile
===================================================================
--- trunk/dports/python/py26-keyczar/Portfile	2009-03-22 18:52:28 UTC (rev 48458)
+++ trunk/dports/python/py26-keyczar/Portfile	2009-03-22 21:01:31 UTC (rev 48459)
@@ -35,3 +35,7 @@
    reinplace "s|@@DESCRIPTION@@|${description}|g" ${worksrcpath}/setup.py
 }
 
+livecheck.check     regex
+livecheck.url       http://code.google.com/p/keyczar/downloads/list
+livecheck.regex     {Keyczar ([a-z0-9.]+) Python Release}
+

Modified: trunk/dports/python/py26-lepton/Portfile
===================================================================
--- trunk/dports/python/py26-lepton/Portfile	2009-03-22 18:52:28 UTC (rev 48458)
+++ trunk/dports/python/py26-lepton/Portfile	2009-03-22 21:01:31 UTC (rev 48459)
@@ -34,3 +34,7 @@
       ${destroot}${prefix}/share/examples/${name}
 }
 
+livecheck.check     regex
+livecheck.url       http://code.google.com/p/py-lepton/downloads/list
+livecheck.regex     {lepton-([0-9a-z.]+)\.tar\.gz}
+

Modified: trunk/dports/python/py26-mpmath/Portfile
===================================================================
--- trunk/dports/python/py26-mpmath/Portfile	2009-03-22 18:52:28 UTC (rev 48458)
+++ trunk/dports/python/py26-mpmath/Portfile	2009-03-22 21:01:31 UTC (rev 48459)
@@ -30,3 +30,7 @@
    file copy ${worksrcpath}/demo ${destroot}${prefix}/share/doc/${name}/
 }
 
+livecheck.check     regex
+livecheck.url       http://code.google.com/p/mpmath/downloads/list
+livecheck.regex     {mpmath-([0-9.]+)\.tar\.gz}
+

Modified: trunk/dports/python/py26-numexpr/Portfile
===================================================================
--- trunk/dports/python/py26-numexpr/Portfile	2009-03-22 18:52:28 UTC (rev 48458)
+++ trunk/dports/python/py26-numexpr/Portfile	2009-03-22 21:01:31 UTC (rev 48459)
@@ -40,3 +40,7 @@
       RELEASE_NOTES.txt ${destroot}${prefix}/share/doc/${name}
 }
 
+livecheck.check     regex
+livecheck.url       http://code.google.com/p/numexpr/downloads/list
+livecheck.regex     {numexpr-([0-9.]+)\.tar\.gz}
+

Modified: trunk/dports/python/py26-simplejson/Portfile
===================================================================
--- trunk/dports/python/py26-simplejson/Portfile	2009-03-22 18:52:28 UTC (rev 48458)
+++ trunk/dports/python/py26-simplejson/Portfile	2009-03-22 21:01:31 UTC (rev 48459)
@@ -31,3 +31,8 @@
         copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
     }
 }
+
+livecheck.check     regex
+livecheck.url       ${master_sites}
+livecheck.regex     {simplejson-([0-9.]+)\.tar\.gz}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090322/3f7a48e4/attachment-0001.html>


More information about the macports-changes mailing list