[95891] trunk/dports/python/py-msgpack/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Jul 25 15:16:25 PDT 2012
Revision: 95891
https://trac.macports.org/changeset/95891
Author: ryandesign at macports.org
Date: 2012-07-25 15:16:25 -0700 (Wed, 25 Jul 2012)
Log Message:
-----------
py-msgpack: add py-distribute build dep
Modified Paths:
--------------
trunk/dports/python/py-msgpack/Portfile
Modified: trunk/dports/python/py-msgpack/Portfile
===================================================================
--- trunk/dports/python/py-msgpack/Portfile 2012-07-25 22:13:52 UTC (rev 95890)
+++ trunk/dports/python/py-msgpack/Portfile 2012-07-25 22:16:25 UTC (rev 95891)
@@ -28,6 +28,10 @@
python.default_version 27
python.versions 26 27
+if {${name} != ${subport}} {
+ depends_build-append port:py${python.version}-distribute
+}
+
livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex "msgpack-python-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120725/acca0872/attachment.html>
More information about the macports-changes
mailing list