[145567] trunk/dports/python/py-numexpr/Portfile
stromnov at macports.org
stromnov at macports.org
Tue Feb 9 11:18:53 PST 2016
Revision: 145567
https://trac.macports.org/changeset/145567
Author: stromnov at macports.org
Date: 2016-02-09 11:18:53 -0800 (Tue, 09 Feb 2016)
Log Message:
-----------
py-numexpr: update to version 2.5
Modified Paths:
--------------
trunk/dports/python/py-numexpr/Portfile
Modified: trunk/dports/python/py-numexpr/Portfile
===================================================================
--- trunk/dports/python/py-numexpr/Portfile 2016-02-09 19:06:30 UTC (rev 145566)
+++ trunk/dports/python/py-numexpr/Portfile 2016-02-09 19:18:53 UTC (rev 145567)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-numexpr
-version 2.4.6
+version 2.5
revision 0
categories-append math
platforms darwin
@@ -25,12 +25,12 @@
require a compiler at runtime.
homepage https://github.com/pydata/numexpr
-master_sites https://pypi.python.org/packages/source/n/numexpr/
+master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
-distname numexpr-${version}
+distname ${python.rootname}-${version}
-checksums rmd160 ae2f13d95809bb7b6abe8ceaaddce90b7ab63b8e \
- sha256 052397670dc56d7845ff894cd7d858e4f115491ecd93bcc0eda5cb83990c5da3
+checksums rmd160 de0d86fdc450184d5267e5a502fb101033e51105 \
+ sha256 319cdf4e402177a1c8ed4972cffd09f523446f186d347b7c1974787cdabf0294
if {${name} ne ${subport}} {
depends_build-append \
@@ -45,7 +45,5 @@
livecheck.type none
} else {
- livecheck.type regex
- livecheck.url https://pypi.python.org/pypi/numexpr/json
- livecheck.regex {numexpr-(\d+(?:\.\d+)*)\.[tz]}
+ livecheck.type pypi
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160209/792d47c5/attachment.html>
More information about the macports-changes
mailing list