[91401] trunk/dports/python/py-gitdb/Portfile

jmr at macports.org jmr at macports.org
Sat Mar 31 11:44:32 PDT 2012


Revision: 91401
          https://trac.macports.org/changeset/91401
Author:   jmr at macports.org
Date:     2012-03-31 11:44:32 -0700 (Sat, 31 Mar 2012)
Log Message:
-----------
py-gitdb: depend on correct versions

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

Modified: trunk/dports/python/py-gitdb/Portfile
===================================================================
--- trunk/dports/python/py-gitdb/Portfile	2012-03-31 18:38:24 UTC (rev 91400)
+++ trunk/dports/python/py-gitdb/Portfile	2012-03-31 18:44:32 UTC (rev 91401)
@@ -19,8 +19,10 @@
 python.versions   26 27
 python.default_version 27
 
-depends_run       port:py-async-task \
-                  port:py-smmap
+if {$subport != $name} {
+depends_run       port:py${python.version}-async-task \
+                  port:py${python.version}-smmap
+}
 
 checksums         md5     25353bb8d3ea527ba443dd88cd4e8a1c \
                   sha1    2e01b48f53f1716e59291b4183449e7fe3e574ea \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120331/54cf7930/attachment.html>


More information about the macports-changes mailing list