[142307] trunk/dports/python/py-numba/Portfile
stromnov at macports.org
stromnov at macports.org
Sat Dec 12 05:12:20 PST 2015
Revision: 142307
https://trac.macports.org/changeset/142307
Author: stromnov at macports.org
Date: 2015-11-09 14:09:02 -0800 (Mon, 09 Nov 2015)
Log Message:
-----------
py-numba: update to version 0.22.1
Modified Paths:
--------------
trunk/dports/python/py-numba/Portfile
Modified: trunk/dports/python/py-numba/Portfile
===================================================================
--- trunk/dports/python/py-numba/Portfile 2015-11-09 22:05:11 UTC (rev 142306)
+++ trunk/dports/python/py-numba/Portfile 2015-11-09 22:09:02 UTC (rev 142307)
@@ -5,13 +5,13 @@
PortGroup python 1.0
name py-numba
-version 0.21.0
+version 0.22.1
revision 0
categories-append devel
platforms darwin
license BSD
-python.versions 27 34
+python.versions 27 34 35
maintainers stromnov openmaintainer
@@ -22,12 +22,12 @@
infrastructure to compile Python syntax to machine code.
homepage http://numba.github.com/
-master_sites https://pypi.python.org/packages/source/n/numba/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
-distname numba-${version}
+distname ${python.rootname}-${version}
-checksums rmd160 36f1f6832d06e05d71de82fac6a2204880438c1f \
- sha256 1806d2f6ad49ad891e9ac6fed0cc0b0489cbfcd9ba2dc81081c1c30091e77604
+checksums rmd160 764350ba686c3392dca951e2386ce96df397062c \
+ sha256 8194c41cdf96c16e3b3d246c0381daf4e587d1ada761f410efecb8315c2cdda3
if {${name} ne ${subport}} {
depends_build-append \
@@ -44,7 +44,5 @@
livecheck.type none
} else {
- livecheck.type regex
- livecheck.url https://pypi.python.org/pypi/numba/json
- livecheck.regex {numba-(\d+(?:\.\d+)*)\.[tz]}
+ livecheck.type pypi
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/d8a2ea5e/attachment.html>
More information about the macports-changes
mailing list