[150545] trunk/dports/python/py-numba/Portfile
stromnov at macports.org
stromnov at macports.org
Thu Jul 21 05:37:51 PDT 2016
Revision: 150545
https://trac.macports.org/changeset/150545
Author: stromnov at macports.org
Date: 2016-07-21 05:37:51 -0700 (Thu, 21 Jul 2016)
Log Message:
-----------
py-numba: update to version 0.27.0
Modified Paths:
--------------
trunk/dports/python/py-numba/Portfile
Modified: trunk/dports/python/py-numba/Portfile
===================================================================
--- trunk/dports/python/py-numba/Portfile 2016-07-21 12:26:33 UTC (rev 150544)
+++ trunk/dports/python/py-numba/Portfile 2016-07-21 12:37:51 UTC (rev 150545)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-numba
-version 0.26.0
+version 0.27.0
revision 0
categories-append devel
platforms darwin
@@ -26,22 +26,25 @@
distname ${python.rootname}-${version}
-checksums rmd160 b13d476b01d6414bf6a6f9ef3129c203350855ae \
- sha256 84547fdd19783104a37f3662a45b8b32f940b2af55d2eb0467dc782af43420aa
+checksums rmd160 1e10858891cb2b183d4f5500343ad506f0c40d7b \
+ sha256 5fc8069cdc839b8b44ac6c54260902f60cbd77bd027b20999970a81cce7008ba
if {${name} ne ${subport}} {
depends_build-append \
- port:py${python.version}-setuptools \
- port:py${python.version}-cython \
+ port:py${python.version}-setuptools
depends_lib-append port:py${python.version}-llvmlite \
- port:py${python.version}-numpy \
- port:py${python.version}-cffi
+ port:py${python.version}-numpy
- if {${python.version} == 27} {
+ if {${python.version} < 33} {
depends_lib-append port:py${python.version}-funcsigs
}
+ if {${python.version} < 34} {
+ depends_lib-append port:py${python.version}-enum34 \
+ port:py${python.version}-singledispatch
+ }
+
livecheck.type none
} else {
livecheck.type pypi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160721/9ac6e2e8/attachment.html>
More information about the macports-changes
mailing list