[104295] trunk/dports/python/py-billiard/Portfile

stromnov at macports.org stromnov at macports.org
Sat Mar 23 05:12:56 PDT 2013


Revision: 104295
          https://trac.macports.org/changeset/104295
Author:   stromnov at macports.org
Date:     2013-03-23 05:12:56 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
py-billiard: update to version 2.7.3.23

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

Modified: trunk/dports/python/py-billiard/Portfile
===================================================================
--- trunk/dports/python/py-billiard/Portfile	2013-03-23 12:05:34 UTC (rev 104294)
+++ trunk/dports/python/py-billiard/Portfile	2013-03-23 12:12:56 UTC (rev 104295)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-billiard
-version             2.7.3.22
+version             2.7.3.23
 revision            0
 categories-append   devel
 license             BSD
@@ -22,13 +22,15 @@
 master_sites        http://pypi.python.org/packages/source/b/billiard/
 distname            billiard-${version}
 
-checksums           rmd160  e3462b0d3ac230179461688d7a30536fc4bee56e \
-                    sha256  061110eb4634a2b01844b4548c9f88f5e8bde914177e2385c3c628b8b348c7b5
+checksums           rmd160  cf79df72eba85fe1df8fa406ae377079ad4f89ca \
+                    sha256  11b43d373477f9490adc1473ab4b95e19d45ab22dbd821ad418547e12f0d4383
 
 if {$subport != $name} {
     depends_lib-append  port:py${python.version}-distribute
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "billiard-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "billiard-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/21285501/attachment.html>


More information about the macports-changes mailing list