Revision: 133354 https://trac.macports.org/changeset/133354 Author: stromnov@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
participants (1)
-
stromnov@macports.org