[130363] trunk/dports/python/py-cvxmod/Portfile

larryv at macports.org larryv at macports.org
Mon Dec 29 20:33:42 PST 2014


Revision: 130363
          https://trac.macports.org/changeset/130363
Author:   larryv at macports.org
Date:     2014-12-29 20:33:41 -0800 (Mon, 29 Dec 2014)
Log Message:
-----------
py-cvxmod: Add modeline, rearrange, reformat

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

Modified: trunk/dports/python/py-cvxmod/Portfile
===================================================================
--- trunk/dports/python/py-cvxmod/Portfile	2014-12-30 04:19:14 UTC (rev 130362)
+++ trunk/dports/python/py-cvxmod/Portfile	2014-12-30 04:33:41 UTC (rev 130363)
@@ -1,39 +1,40 @@
+# -*- 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
 
-name            py-cvxmod
-set my_name     cvxmod
-version         0.4.6
+name                py-cvxmod
+set my_name         cvxmod
+version             0.4.6
 categories-append   math devel
-maintainers     nomaintainer
-platforms       darwin
-supported_archs noarch
-license         GPL-3+
-description     Python module for convex optimization 
-long_description \
-    CVXMOD is a Python-based tool for expressing and solving convex \
-    optimization problems. It uses CVXOPT as its solver. It is developed by \
-    Jacob Mattingley, as PhD work under Stephen Boyd at Stanford University.
+platforms           darwin
+supported_archs     noarch
+license             GPL-3+
+maintainers         nomaintainer
 
-homepage        http://cvxmod.net/
+description         Python module for convex optimization 
+long_description    CVXMOD is a Python-based tool for expressing and \
+                    solving convex optimization problems. It uses \
+                    CVXOPT as its solver. It is developed by Jacob \
+                    Mattingley, as PhD work under Stephen Boyd at \
+                    Stanford University.
+homepage            http://cvxmod.net/
+
 # homepage is down as of 2014-09-12
-#master_sites    ${homepage}dist/
-master_sites    http://distfiles.macports.org/python
-distname        ${my_name}-${version}
+#master_sites        ${homepage}dist/
+master_sites        http://distfiles.macports.org/python
+distname            ${my_name}-${version}
+checksums           md5     e5d859659853809e5c7fc2e2970be88e \
+                    sha1    077179644623861f569e2ab7719481eec716ef17 \
+                    rmd160  ca87ce7a7073a6896403562f08033b2e057ad37f
 
-checksums       md5     e5d859659853809e5c7fc2e2970be88e \
-                sha1    077179644623861f569e2ab7719481eec716ef17 \
-                rmd160  ca87ce7a7073a6896403562f08033b2e057ad37f
+python.versions     26
 
-python.versions 26
-
 if {$subport ne $name} {
-    depends_lib-append \
-        port:py${python.version}-cvxopt
+    depends_lib-append  port:py${python.version}-cvxopt
 
-    livecheck.type      none
+    livecheck.type  none
 } else {
     livecheck.type  regex
     livecheck.url   ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141229/cd9e7b87/attachment.html>


More information about the macports-changes mailing list