[129457] trunk/dports/python/py-llvmlite/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 13 04:00:26 PST 2014


Revision: 129457
          https://trac.macports.org/changeset/129457
Author:   stromnov at macports.org
Date:     2014-12-13 04:00:26 -0800 (Sat, 13 Dec 2014)
Log Message:
-----------
py-llvmlite: add dependency

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

Modified: trunk/dports/python/py-llvmlite/Portfile
===================================================================
--- trunk/dports/python/py-llvmlite/Portfile	2014-12-13 11:11:28 UTC (rev 129456)
+++ trunk/dports/python/py-llvmlite/Portfile	2014-12-13 12:00:26 UTC (rev 129457)
@@ -31,5 +31,10 @@
 
     depends_lib-append  port:llvm-3.5
 
+    if {${python.version} < 34} {
+        revision            1
+        depends_lib-append  port:py${python.version}-enum34
+    }
+
     livecheck.type      none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141213/5ea5aac4/attachment.html>


More information about the macports-changes mailing list