[116513] trunk/dports/python/py-numexpr/Portfile
stromnov at macports.org
stromnov at macports.org
Mon Jan 27 07:18:28 PST 2014
Revision: 116513
https://trac.macports.org/changeset/116513
Author: stromnov at macports.org
Date: 2014-01-27 07:18:28 -0800 (Mon, 27 Jan 2014)
Log Message:
-----------
py-numexpr: update to version 2.3
Modified Paths:
--------------
trunk/dports/python/py-numexpr/Portfile
Modified: trunk/dports/python/py-numexpr/Portfile
===================================================================
--- trunk/dports/python/py-numexpr/Portfile 2014-01-27 15:05:09 UTC (rev 116512)
+++ trunk/dports/python/py-numexpr/Portfile 2014-01-27 15:18:28 UTC (rev 116513)
@@ -5,8 +5,8 @@
PortGroup python 1.0
name py-numexpr
-version 2.2.2
-revision 1
+version 2.3
+revision 0
categories-append math
platforms darwin
license MIT
@@ -24,13 +24,13 @@
integrated just-in-time (JIT) compiler, it does not \
require a compiler at runtime.
-homepage http://code.google.com/p/numexpr/
-master_sites googlecode:numexpr
+homepage https://github.com/pydata/numexpr
+master_sites https://pypi.python.org/packages/source/n/numexpr/
distname numexpr-${version}
-checksums rmd160 683d7d88f305b18e8538bdaca000f46fdf02b1ee \
- sha256 47d3435785f59a72dc06a1c0257b83f0f656d4974e804c30a6ef8c0de293d9ee
+checksums rmd160 f7b0ad0d03db0eb0d9a66fadec833f260ea2f357 \
+ sha256 72765c99d63e828d111e56e0a5848221006e9672d37732588c6ba1d8c5d05a8f
if {${name} ne ${subport}} {
depends_build port:py${python.version}-setuptools
@@ -38,9 +38,13 @@
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
- xinstall -m 644 -W ${worksrcpath} ANNOUNCE.txt LICENSE.txt README.txt \
- RELEASE_NOTES.txt ${destroot}${prefix}/share/doc/${subport}
+ xinstall -m 644 -W ${worksrcpath} ANNOUNCE.rst LICENSE.txt README.rst \
+ RELEASE_NOTES.rst ${destroot}${prefix}/share/doc/${subport}
}
livecheck.type none
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex {numexpr-(\d+(?:\.\d+)*)\.[tz]}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140127/2428ea53/attachment.html>
More information about the macports-changes
mailing list