[41503] trunk/dports/python/py-numpy/Portfile

dh at macports.org dh at macports.org
Tue Nov 4 15:41:48 PST 2008


Revision: 41503
          http://trac.macports.org/changeset/41503
Author:   dh at macports.org
Date:     2008-11-04 15:41:48 -0800 (Tue, 04 Nov 2008)
Log Message:
-----------
Bump version to 1.2.1 to match py25-numpy

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

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2008-11-04 23:38:02 UTC (rev 41502)
+++ trunk/dports/python/py-numpy/Portfile	2008-11-04 23:41:48 UTC (rev 41503)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -4,10 +5,10 @@
 PortGroup           python24 1.0
 
 name                py-numpy
-version             1.1.1
+version             1.2.1
 categories          python
 platforms           darwin
-maintainers         nomaintainer
+maintainers         dh openmaintainer
 description         The core utilities for the scientific library scipy for Python
 long_description    ${description}
 
@@ -15,14 +16,15 @@
 master_sites        sourceforge:numpy
 distname            numpy-${version}
 
-checksums           md5 af066b59a50bf5dbe1a14d6be3df6937 \
-                    sha1 a2755f38ca6aa799b504c84f58b03cd6ce66bc41 \
-                    rmd160 745e9fbbd064272199f4c7b49d4a26797405dd17
+checksums           md5 1bc6dbddaf4b48ded8a619c6438fff37 \
+                    sha1 1aa706e733aea18eaffa70d93c0105718acb66c5 \
+                    rmd160 7eb721d0d853f3b0b9b04a4f447353873d6c0997
 
 patchfiles          patch-g95_link.diff \
                     patch-f2py_setup.py.diff
 
-depends_lib-append  port:fftw-3
+depends_lib-append  port:fftw-3 \
+                    port:py-nose
 
 post-patch {
   reinplace "s|@@MPORTS_PREFIX@@|${prefix}|" ${worksrcpath}/numpy/distutils/fcompiler/g95.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081104/0a31ba0b/attachment.html>


More information about the macports-changes mailing list