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

stromnov at macports.org stromnov at macports.org
Sat Dec 12 03:25:48 PST 2015


Revision: 141887
          https://trac.macports.org/changeset/141887
Author:   stromnov at macports.org
Date:     2015-10-30 13:12:03 -0700 (Fri, 30 Oct 2015)
Log Message:
-----------
py-billiard: update to version 3.3.0.21

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

Modified: trunk/dports/python/py-billiard/Portfile
===================================================================
--- trunk/dports/python/py-billiard/Portfile	2015-10-30 19:32:52 UTC (rev 141886)
+++ trunk/dports/python/py-billiard/Portfile	2015-10-30 20:12:03 UTC (rev 141887)
@@ -5,13 +5,13 @@
 PortGroup           python 1.0
 
 name                py-billiard
-version             3.3.0.20
+version             3.3.0.21
 revision            0
 categories-append   devel
 platforms           darwin
 license             BSD
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -19,12 +19,12 @@
 long_description    ${description}
 
 homepage            http://github.com/ask/billiard
-master_sites        https://pypi.python.org/packages/source/b/billiard/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            billiard-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  dd306bc3ae8c8dd850e2aa8c502aa4a2f8c7064e \
-                    sha256  688f9466b1c3ae14106381e6dbd328115e75c5260c542eb48e6c46931f6928cc
+checksums           rmd160  09ff7031bdbad6b8e4ee83909dba7b1c05d65cbb \
+                    sha256  9705f78f0a971b91a70b3b19aa7862401b6eb3b0bffc2a2e0702ed5eeaccdae9
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -32,7 +32,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/billiard/json
-    livecheck.regex     {billiard-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/07732c5d/attachment.html>


More information about the macports-changes mailing list