[84647] trunk/dports/python/py-iso8601/Portfile

jmr at macports.org jmr at macports.org
Thu Sep 29 03:19:26 PDT 2011


Revision: 84647
          http://trac.macports.org/changeset/84647
Author:   jmr at macports.org
Date:     2011-09-29 03:19:23 -0700 (Thu, 29 Sep 2011)
Log Message:
-----------
py-iso8601: add distribute dep

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

Modified: trunk/dports/python/py-iso8601/Portfile
===================================================================
--- trunk/dports/python/py-iso8601/Portfile	2011-09-29 09:58:30 UTC (rev 84646)
+++ trunk/dports/python/py-iso8601/Portfile	2011-09-29 10:19:23 UTC (rev 84647)
@@ -29,6 +29,10 @@
 python.default_version  27
 python.versions     26 27
 
+if {$subport != $name} {
+    depends_build   py${python.version}-distribute
+}
+
 livecheck.type      regex
 livecheck.url       ${master_sites}
 livecheck.regex     "iso8601-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110929/f9b10356/attachment.html>


More information about the macports-changes mailing list