[106564] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu May 30 18:58:05 PDT 2013


Revision: 106564
          https://trac.macports.org/changeset/106564
Author:   jmr at macports.org
Date:     2013-05-30 18:58:05 -0700 (Thu, 30 May 2013)
Log Message:
-----------
py25-symeig: use unified portgroup, set license

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

Added Paths:
-----------
    trunk/dports/python/py-symeig/

Removed Paths:
-------------
    trunk/dports/python/py25-symeig/

Modified: trunk/dports/python/py-symeig/Portfile
===================================================================
--- trunk/dports/python/py25-symeig/Portfile	2013-05-31 00:41:23 UTC (rev 106560)
+++ trunk/dports/python/py-symeig/Portfile	2013-05-31 01:58:05 UTC (rev 106564)
@@ -1,11 +1,12 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               python25 1.0
+PortGroup               python 1.0
 
-name                    py25-symeig
+name                    py-symeig
 version                 1.4
 categories-append       science
+license                 LGPL-3+
 maintainers             nomaintainer
 description             Symeig - Symmetrical eigenvalue routines for NumPy.
 long_description        ${description}
@@ -20,5 +21,9 @@
                         sha1 e7de497484a27679aa51245f11951ef9653a2f76 \
                         rmd160 e3d6551a7b27005d48084cafacc11545e2101efe
 
-depends_lib-append      port:py25-numpy \
-                        port:py25-distribute
+python.versions         25
+
+if {$subport != $name} {
+    depends_lib-append      port:py${python.version}-numpy \
+                            port:py${python.version}-distribute
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130530/fc8ec975/attachment.html>


More information about the macports-changes mailing list