[60762] trunk/dports/python

nox at macports.org nox at macports.org
Sun Nov 22 09:59:44 PST 2009


Revision: 60762
          http://trac.macports.org/changeset/60762
Author:   nox at macports.org
Date:     2009-11-22 09:59:41 -0800 (Sun, 22 Nov 2009)
Log Message:
-----------
py26-cvxmod: New port.

Added Paths:
-----------
    trunk/dports/python/py26-cvxmod/
    trunk/dports/python/py26-cvxmod/Portfile

Added: trunk/dports/python/py26-cvxmod/Portfile
===================================================================
--- trunk/dports/python/py26-cvxmod/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-cvxmod/Portfile	2009-11-22 17:59:41 UTC (rev 60762)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       python26 1.0
+
+name            py26-cvxmod
+set my_name     cvxmod
+version         0.4.6
+categories      python math devel
+maintainers     nox openmaintainer
+platforms       darwin
+license         GPL
+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/
+master_sites    ${homepage}dist/
+distname        ${my_name}-${version}
+
+checksums       md5     e5d859659853809e5c7fc2e2970be88e \
+                sha1    077179644623861f569e2ab7719481eec716ef17 \
+                rmd160  ca87ce7a7073a6896403562f08033b2e057ad37f
+
+depends_lib-append \
+    port:py26-cvxopt
+
+universal_variant   no
+
+livecheck.type  regex
+livecheck.url   ${homepage}
+livecheck.regex {v(\d+(?:\.\d+)*), released}


Property changes on: trunk/dports/python/py26-cvxmod/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091122/adc0f9c5/attachment.html>


More information about the macports-changes mailing list