[133354] trunk/dports/python/py-numba/Portfile
stromnov at macports.org
stromnov at macports.org
Thu Feb 26 15:46:52 PST 2015
Revision: 133354
https://trac.macports.org/changeset/133354
Author: stromnov at macports.org
Date: 2015-02-26 15:46:52 -0800 (Thu, 26 Feb 2015)
Log Message:
-----------
py-numba: add funcsigs dependency (#46982)
Modified Paths:
--------------
trunk/dports/python/py-numba/Portfile
Modified: trunk/dports/python/py-numba/Portfile
===================================================================
--- trunk/dports/python/py-numba/Portfile 2015-02-26 23:44:05 UTC (rev 133353)
+++ trunk/dports/python/py-numba/Portfile 2015-02-26 23:46:52 UTC (rev 133354)
@@ -6,7 +6,7 @@
name py-numba
version 0.17.0
-revision 0
+revision 1
categories-append devel
platforms darwin
license BSD
@@ -38,6 +38,10 @@
port:py${python.version}-numpy \
port:py${python.version}-cffi
+ if {${python.version} == 27} {
+ depends_lib-append port:py${python.version}-funcsigs
+ }
+
livecheck.type none
} else {
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150226/9e34c4a2/attachment.html>
More information about the macports-changes
mailing list