[93420] trunk/dports/python/py-numpy

ram at macports.org ram at macports.org
Mon May 21 22:53:07 PDT 2012


Revision: 93420
          https://trac.macports.org/changeset/93420
Author:   ram at macports.org
Date:     2012-05-21 22:53:06 -0700 (Mon, 21 May 2012)
Log Message:
-----------
python/py-numpy: update to 1.6.2

Modified Paths:
--------------
    trunk/dports/python/py-numpy/Portfile

Removed Paths:
-------------
    trunk/dports/python/py-numpy/files/patch-system_info.py.diff

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2012-05-22 05:51:53 UTC (rev 93419)
+++ trunk/dports/python/py-numpy/Portfile	2012-05-22 05:53:06 UTC (rev 93420)
@@ -5,9 +5,7 @@
 PortGroup               python 1.0
 
 name                    py-numpy
-version                 1.6.1
-# Revbump to try to clear build-bot error with py26-numpy
-revision                1
+version                 1.6.2
 
 categories              python math
 license                 BSD
@@ -20,16 +18,14 @@
 master_sites            sourceforge:project/numpy/NumPy/${version}/
 distname                numpy-${version}
 
-checksums               md5 2bce18c08fc4fce461656f0f4dd9103e \
-                        sha1 3f73ff9231a1c15e28e6e259ef5cc35a72b34059 \
-                        rmd160 e4619fd5860c85a9c00bce0d0cb8dd9bb07a56f5
+checksums               rmd160 4dcaa30e30171c2bc582495043e8e885c89935a3 \
+                        sha256 0b83d96ab79711b548470b7aeee1272c4ba8fcbba6586a67116b566a21ed16c6
 
 python.versions         24 25 26 27 31 32
 
 if {${subport} != ${name}} {
 
 patchfiles              patch-f2py_setup.py.diff \
-                        patch-system_info.py.diff \
                         patch-fcompiler_g95.diff
 
 depends_lib-append      port:fftw-3 \

Deleted: trunk/dports/python/py-numpy/files/patch-system_info.py.diff
===================================================================
--- trunk/dports/python/py-numpy/files/patch-system_info.py.diff	2012-05-22 05:51:53 UTC (rev 93419)
+++ trunk/dports/python/py-numpy/files/patch-system_info.py.diff	2012-05-22 05:53:06 UTC (rev 93420)
@@ -1,20 +0,0 @@
---- numpy/distutils/system_info.py	2011-03-15 00:22:25.000000000 -0500
-+++ numpy/distutils/system_info.py	2011-05-15 09:20:19.000000000 -0500
-@@ -1287,7 +1287,7 @@
-         if sys.platform=='darwin' and not os.environ.get('ATLAS',None):
-             args = []
-             link_args = []
--            if get_platform()[-4:] == 'i386':
-+            if get_platform().rsplit('-', 1)[1] in ('i386', 'x86_64', 'intel'):
-                 intel = 1
-             else:
-                 intel = 0
-@@ -1374,7 +1374,7 @@
-         if sys.platform=='darwin' and not os.environ.get('ATLAS',None):
-             args = []
-             link_args = []
--            if get_platform()[-4:] == 'i386':
-+            if get_platform().rsplit('-', 1)[1] in ('i386', 'x86_64', 'intel'):
-                 intel = 1
-             else:
-                 intel = 0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120521/1b945d30/attachment-0001.html>


More information about the macports-changes mailing list