Revision
86744
Author
jmr@macports.org
Date
2011-11-02 14:46:53 -0700 (Wed, 02 Nov 2011)

Log Message

change remaining py-numeric dependencies to py24-numeric

Modified Paths

Diff

Modified: trunk/dports/python/py-f2py/Portfile (86743 => 86744)


--- trunk/dports/python/py-f2py/Portfile	2011-11-02 21:42:32 UTC (rev 86743)
+++ trunk/dports/python/py-f2py/Portfile	2011-11-02 21:46:53 UTC (rev 86744)
@@ -22,4 +22,4 @@
 distname		F2PY-${version}
 checksums		md5 ab041f404855700849204af43ff6cc91
 
-depends_lib-append	port:py-numeric
+depends_lib-append	port:py24-numeric

Modified: trunk/dports/python/py-par/Portfile (86743 => 86744)


--- trunk/dports/python/py-par/Portfile	2011-11-02 21:42:32 UTC (rev 86743)
+++ trunk/dports/python/py-par/Portfile	2011-11-02 21:46:53 UTC (rev 86744)
@@ -2,6 +2,7 @@
 
 PortSystem 1.0
 PortGroup python24 1.0
+
 name             py-par
 version          1.9.2
 categories       python
@@ -17,6 +18,6 @@
 checksums        md5 a21bf293f64ae4531ebcdb7be74b5415
 
 depends_lib      port:lammpi \
-		 port:py-numeric
+		 port:py24-numeric
 
 build.env    	CPPFLAGS=-I${prefix}/include/python2.4

Modified: trunk/dports/python/py-pedal/Portfile (86743 => 86744)


--- trunk/dports/python/py-pedal/Portfile	2011-11-02 21:42:32 UTC (rev 86743)
+++ trunk/dports/python/py-pedal/Portfile	2011-11-02 21:46:53 UTC (rev 86744)
@@ -17,7 +17,7 @@
 distname		PyPedal-${version}
 checksums		md5 6a5ef43c090c883f7719b8e73444b663
 
-depends_lib-append	port:py-numeric
+depends_lib-append	port:py24-numeric
 
 post-destroot	{
 	xinstall -m 644 -W ${worksrcpath}/PyPedal/doc/pypedal about.html \

Modified: trunk/dports/python/py-scientific/Portfile (86743 => 86744)


--- trunk/dports/python/py-scientific/Portfile	2011-11-02 21:42:32 UTC (rev 86743)
+++ trunk/dports/python/py-scientific/Portfile	2011-11-02 21:46:53 UTC (rev 86744)
@@ -22,7 +22,7 @@
                  rmd160 83ddfa7123f33990b2baf293bdac4d37da8abeb6
 
 depends_lib      port:netcdf \
-                 port:py-numeric
+                 port:py24-numeric
 
 build.env    	 CPPFLAGS="-I${prefix}/include/python2.4 \
        		     -I${worksrcpath}/Include" \