[112275] trunk/dports/python/py-billiard/Portfile
stromnov at macports.org
stromnov at macports.org
Wed Oct 16 03:32:54 PDT 2013
Revision: 112275
https://trac.macports.org/changeset/112275
Author: stromnov at macports.org
Date: 2013-10-16 03:32:54 -0700 (Wed, 16 Oct 2013)
Log Message:
-----------
py-billiard: update to version 3.3.0.0
Modified Paths:
--------------
trunk/dports/python/py-billiard/Portfile
Modified: trunk/dports/python/py-billiard/Portfile
===================================================================
--- trunk/dports/python/py-billiard/Portfile 2013-10-16 09:58:32 UTC (rev 112274)
+++ trunk/dports/python/py-billiard/Portfile 2013-10-16 10:32:54 UTC (rev 112275)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-billiard
-version 2.7.3.34
+version 3.3.0.0
revision 0
categories-append devel
platforms darwin
@@ -20,11 +20,20 @@
homepage http://github.com/ask/billiard
master_sites http://pypi.python.org/packages/source/b/billiard/
+
distname billiard-${version}
-checksums rmd160 d04570948ec9744505cb9c387a5b2326a87092d3 \
- sha256 7c5638aa83d23e6339f39a2f28830f9c2ec5467a1c2bc2d6f199f0507653f36d
+checksums rmd160 79b35030a641e93fe82d16c513a126fd9045c2c5 \
+ sha256 822b61fc70e63a6c917b77d5abcd416ee19c34b4ffa3fd58d33d88faedd1a03a
+# billiard 3.x requires Python 2.7 or 3.3
+if {$subport != $name && [lsearch {25 26 31 32} ${python.version}] != -1} {
+ version 2.7.3.34
+ checksums rmd160 d04570948ec9744505cb9c387a5b2326a87092d3 \
+ sha256 7c5638aa83d23e6339f39a2f28830f9c2ec5467a1c2bc2d6f199f0507653f36d
+ distname billiard-${version}
+}
+
if {$subport != $name} {
depends_build-append \
port:py${python.version}-setuptools
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131016/e7505294/attachment.html>
More information about the macports-changes
mailing list