[115611] trunk/dports/python/py-cvxopt/Portfile

larryv at macports.org larryv at macports.org
Mon Jan 6 15:27:51 PST 2014


Revision: 115611
          https://trac.macports.org/changeset/115611
Author:   larryv at macports.org
Date:     2014-01-06 15:27:51 -0800 (Mon, 06 Jan 2014)
Log Message:
-----------
py*-cvxopt: Fix modeline (#38887), reformat, and rearrange.

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

Modified: trunk/dports/python/py-cvxopt/Portfile
===================================================================
--- trunk/dports/python/py-cvxopt/Portfile	2014-01-06 22:51:31 UTC (rev 115610)
+++ trunk/dports/python/py-cvxopt/Portfile	2014-01-06 23:27:51 UTC (rev 115611)
@@ -1,56 +1,59 @@
-# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=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
-PortGroup          python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-categories-append  math
-name               py-cvxopt
-version            1.1.3
-revision           1
-distname           cvxopt-${version}
-maintainers        nomaintainer
-platforms          darwin
-license            GPL-3+
+name                py-cvxopt
+version             1.1.3
+revision            1
+categories-append   math
+platforms           darwin
+license             GPL-3+
+maintainers         gmail.com:jjstickel openmaintainer
 
-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 \
-integrated in other software via Python extension modules. Its main purpose is \
-to make the development of software for convex optimization applications \
-straightforward by building on Python's extensive standard library and on the \
-strengths of Python as a high-level programming language.
-
+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 integrated in other \
+                    software via Python extension modules. Its main \
+                    purpose is to make the development of software for \
+                    convex optimization applications straightforward \
+                    by building on Python's extensive standard library \
+                    and on the strengths of Python as a high-level \
+                    programming language.
 homepage            http://abel.ee.ucla.edu/cvxopt/
 
 master_sites        http://abel.ee.ucla.edu/src/
 
+distname            cvxopt-${version}
 checksums           sha1    fe048bd21bb33eb99adb2759eda6f06d7520aa31 \
                     rmd160  cd0fdf51db957b388803b305f43ff323415b2252
 
-python.versions     25 26 27
-python.default_version 27
+python.versions         25 26 27
+python.default_version  27
 
 if {${name} ne ${subport}} {
 variant atlas description {Use ATLAS as BLAS, LAPACK library} {
-    depends_lib-append port:atlas
+    depends_lib-append  port:atlas
 }
 
 variant gsl description {Allow linking to gsl} {
-  depends_lib-append port:gsl
+    depends_lib-append  port:gsl
 }
 
 variant fftw description {Link to fftw library} {
-  depends_lib-append port:fftw-3
+    depends_lib-append  port:fftw-3
 }
 
 variant glpk description {Link to glpk library} {
-  depends_lib-append port:glpk
+    depends_lib-append  port:glpk
 }
 
 variant dsdp description {Link to DSDP library} {
-  depends_lib-append port:DSDP
+    depends_lib-append  port:DSDP
 }
 
 default_variants +gsl +glpk +fftw +dsdp
@@ -101,12 +104,12 @@
     }
 }
 
-build.dir ${worksrcpath}/src
+build.dir       ${worksrcpath}/src
 
-destroot.dir ${build.dir}
+destroot.dir    ${build.dir}
 
-livecheck.type 		none
+livecheck.type 	none
 } else {
-livecheck.type 		regex
-livecheck.regex 	<h2> Current release </h2><p>Version (.*) includes:</p>
+livecheck.type 	regex
+livecheck.regex <h2> Current release </h2><p>Version (.*) includes:</p>
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140106/5846cf0f/attachment.html>


More information about the macports-changes mailing list