[94310] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Jun 14 11:24:25 PDT 2012


Revision: 94310
          https://trac.macports.org/changeset/94310
Author:   jmr at macports.org
Date:     2012-06-14 11:24:24 -0700 (Thu, 14 Jun 2012)
Log Message:
-----------
py*-cvxopt: unify, add py27 (#31873), correct license

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

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

Removed Paths:
-------------
    trunk/dports/python/py25-cvxopt/
    trunk/dports/python/py26-cvxopt/

Modified: trunk/dports/python/py-cvxopt/Portfile
===================================================================
--- trunk/dports/python/py26-cvxopt/Portfile	2012-06-14 11:50:48 UTC (rev 94296)
+++ trunk/dports/python/py-cvxopt/Portfile	2012-06-14 18:24:24 UTC (rev 94310)
@@ -2,17 +2,17 @@
 # $Id$
 
 PortSystem         1.0
-PortGroup          python26 1.0
+PortGroup          python 1.0
 
 categories-append  math
-name               py26-cvxopt
+name               py-cvxopt
 version            1.1.3
 distname           cvxopt-${version}
 maintainers        mnick
 platforms          darwin
-license            GPL
+license            GPL-3+
 
-description        Python module for convex optimization 
+description        Python module for convex optimization
 long_description   CVXOPT is a free software package for convex optimization \
 based on the Python programming language. It can be used with the interactive \
 Python interpreter, on the command line by executing Python scripts, or \
@@ -28,6 +28,10 @@
 checksums           sha1    fe048bd21bb33eb99adb2759eda6f06d7520aa31 \
                     rmd160  cd0fdf51db957b388803b305f43ff323415b2252
 
+python.versions     25 26 27
+python.default_version 27
+
+if {$subport != $name} {
 variant atlas description {Use ATLAS as BLAS, LAPACK library} {
     depends_lib-append port:atlas
 }
@@ -100,5 +104,8 @@
 
 destroot.dir ${build.dir}
 
+livecheck.type 		none
+} else {
 livecheck.type 		regex
 livecheck.regex 	<h2> Current release </h2><p>Version (.*) includes:</p>
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120614/450f7cb7/attachment.html>


More information about the macports-changes mailing list