[43119] trunk/dports/python

jmr at macports.org jmr at macports.org
Fri Dec 5 10:11:43 PST 2008


Revision: 43119
          http://trac.macports.org/changeset/43119
Author:   jmr at macports.org
Date:     2008-12-05 10:11:42 -0800 (Fri, 05 Dec 2008)
Log Message:
-----------
New port: py26-numeric

Modified Paths:
--------------
    trunk/dports/python/py26-numeric/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-numeric/


Property changes on: trunk/dports/python/py26-numeric
___________________________________________________________________
Added: svn:mergeinfo
   + 

Modified: trunk/dports/python/py26-numeric/Portfile
===================================================================
--- trunk/dports/python/py25-numeric/Portfile	2008-12-05 15:52:02 UTC (rev 43116)
+++ trunk/dports/python/py26-numeric/Portfile	2008-12-05 18:11:42 UTC (rev 43119)
@@ -1,20 +1,20 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       python25 1.0
+# HACK: change to 'PortGroup python26 1.0' when MP 1.7 is released
+source ${portpath}/../../_resources/port1.0/group/python26-1.0.tcl
 
-name            py25-numeric
+name            py26-numeric
 set my_name     Numeric
 version         24.2
-revision        1
 categories-append   devel math
-platforms		darwin
-maintainers     nomaintainer
+platforms       darwin
+maintainers     jmr openmaintainer
 description     fast numerical array language for python
 
 long_description \
     Numerical Python adds a fast, compact, \
-	multidimensional array language facility to Python.
+    multidimensional array language facility to Python.
 
 homepage        http://numpy.scipy.org/
 master_sites    sourceforge:numpy \
@@ -76,4 +76,3 @@
 }
 
 livecheck.distname  Old ${my_name}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081205/2a544f32/attachment.html>


More information about the macports-changes mailing list