[127734] trunk/dports/python/py-numpy
michaelld at macports.org
michaelld at macports.org
Sun Nov 2 08:17:13 PST 2014
Revision: 127734
https://trac.macports.org/changeset/127734
Author: michaelld at macports.org
Date: 2014-11-02 08:17:13 -0800 (Sun, 02 Nov 2014)
Log Message:
-----------
py*-numpy: update to 1.9.1.
Modified Paths:
--------------
trunk/dports/python/py-numpy/Portfile
trunk/dports/python/py-numpy/files/patch-numpy_core_setup.py.diff
Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile 2014-11-02 16:11:07 UTC (rev 127733)
+++ trunk/dports/python/py-numpy/Portfile 2014-11-02 16:17:13 UTC (rev 127734)
@@ -5,7 +5,7 @@
PortGroup python 1.0
PortGroup github 1.0
-github.setup numpy numpy 1.9.0 v
+github.setup numpy numpy 1.9.1 v
name py-numpy
categories-append math
license BSD
@@ -14,8 +14,8 @@
description The core utilities for the scientific library scipy for Python
long_description ${description}
-checksums rmd160 836bcd7ef0f37129f06ea73b3cc27ec31035bfe0 \
- sha256 33e33768307b5f92cb098e93359e4fe97dfb9783df591ffbd44809bab7e50c0f
+checksums rmd160 c043ce0045166762e36c513458abc499d36bbcf5 \
+ sha256 504b7cbc3b47df592d683e0f3b992cfa4d29338f8d23fca07f040164018b607f
python.versions 26 27 32 33 34
Modified: trunk/dports/python/py-numpy/files/patch-numpy_core_setup.py.diff
===================================================================
--- trunk/dports/python/py-numpy/files/patch-numpy_core_setup.py.diff 2014-11-02 16:11:07 UTC (rev 127733)
+++ trunk/dports/python/py-numpy/files/patch-numpy_core_setup.py.diff 2014-11-02 16:17:13 UTC (rev 127734)
@@ -1,6 +1,6 @@
--- numpy/core/setup.py.orig 2014-03-25 19:03:06.000000000 -0400
+++ numpy/core/setup.py 2014-03-25 19:03:26.000000000 -0400
-@@ -481,7 +481,14 @@
+@@ -485,7 +485,14 @@
if isinstance(d, str):
target_f.write('#define %s\n' % (d))
else:
@@ -16,7 +16,7 @@
# define inline to our keyword, or nothing
target_f.write('#ifndef __cplusplus\n')
-@@ -581,7 +588,14 @@
+@@ -585,7 +592,14 @@
if isinstance(d, str):
target_f.write('#define %s\n' % (d))
else:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141102/be462176/attachment.html>
More information about the macports-changes
mailing list