[57742] trunk/dports/python

mnick at macports.org mnick at macports.org
Tue Sep 15 17:47:59 PDT 2009


Revision: 57742
          http://trac.macports.org/changeset/57742
Author:   mnick at macports.org
Date:     2009-09-15 17:47:57 -0700 (Tue, 15 Sep 2009)
Log Message:
-----------
py-2{5|6}-openopt:
* update to version 0.25
* add license end modeline
* remove setuptools dependency, already covered by numpy

Modified Paths:
--------------
    trunk/dports/python/py25-openopt/Portfile
    trunk/dports/python/py26-openopt/Portfile

Modified: trunk/dports/python/py25-openopt/Portfile
===================================================================
--- trunk/dports/python/py25-openopt/Portfile	2009-09-16 00:32:25 UTC (rev 57741)
+++ trunk/dports/python/py25-openopt/Portfile	2009-09-16 00:47:57 UTC (rev 57742)
@@ -1,3 +1,4 @@
+# -*- 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
 # $Id$
 
 PortSystem          1.0
@@ -4,7 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-openopt
-version             0.24
+version             0.25
 categories-append   math science
 maintainers         mnick
 description         Numerical optimization framework for python
@@ -13,6 +14,7 @@
                     optimization problems, some of which are written in C or Fortran.
 
 platforms           darwin
+license             BSD
 
 homepage            http://openopt.org
 master_sites        ftp://ftp.linux.kiev.ua/pub/projects/openopt/download/
@@ -20,11 +22,10 @@
 use_zip             yes
 worksrcdir          OpenOpt
 
-checksums           md5     fe757c1e84bef7b0ce36d9c0c7195c75 \
-                    sha1    810608ea1cd5f0443973459754b07b06c88481b1 \
-                    rmd160  8d3fb8f61851f6cfb413f68b1daa1d66e173d76d
+checksums           md5     b8578ac8747e2fe4efa8001e834e7a60 \
+                    sha1    e37b0ea28cdefa9b3962d2d6a9deef4898f3cb34 \
+                    rmd160  6efbaf07ddb5aa4d3003c37d80bcb4944d9f1f2e
 
-depends_build-append port:py25-setuptools
 depends_lib-append  port:py25-numpy
 
 livecheck.url       ${master_sites}

Modified: trunk/dports/python/py26-openopt/Portfile
===================================================================
--- trunk/dports/python/py26-openopt/Portfile	2009-09-16 00:32:25 UTC (rev 57741)
+++ trunk/dports/python/py26-openopt/Portfile	2009-09-16 00:47:57 UTC (rev 57742)
@@ -1,3 +1,4 @@
+# -*- 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
 # $Id$
 
 PortSystem          1.0
@@ -4,7 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-openopt
-version             0.24
+version             0.25
 categories-append   math science
 maintainers         mnick
 description         Numerical optimization framework for python
@@ -13,6 +14,7 @@
                     optimization problems, some of which are written in C or Fortran.
 
 platforms           darwin
+license             BSD
 
 homepage            http://openopt.org
 master_sites        ftp://ftp.linux.kiev.ua/pub/projects/openopt/download/
@@ -20,11 +22,10 @@
 use_zip             yes
 worksrcdir          OpenOpt
 
-checksums           md5     fe757c1e84bef7b0ce36d9c0c7195c75 \
-                    sha1    810608ea1cd5f0443973459754b07b06c88481b1 \
-                    rmd160  8d3fb8f61851f6cfb413f68b1daa1d66e173d76d
+checksums           md5     b8578ac8747e2fe4efa8001e834e7a60 \
+                    sha1    e37b0ea28cdefa9b3962d2d6a9deef4898f3cb34 \
+                    rmd160  6efbaf07ddb5aa4d3003c37d80bcb4944d9f1f2e
 
-depends_build-append port:py26-setuptools
 depends_lib-append  port:py26-numpy
 
 livecheck.url       ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090915/8682a553/attachment.html>


More information about the macports-changes mailing list