Revision
89479
Author
jmr@macports.org
Date
2012-01-31 09:03:18 -0800 (Tue, 31 Jan 2012)

Log Message

change py26-minfx to unified py-minfx with py27 support, update to 1.0.3 (#28403), mark noarch, set license

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/dports/python/py-minfx/Portfile (89477 => 89479)


--- trunk/dports/python/py26-minfx/Portfile	2012-01-31 15:27:04 UTC (rev 89477)
+++ trunk/dports/python/py-minfx/Portfile	2012-01-31 17:03:18 UTC (rev 89479)
@@ -2,17 +2,22 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup python26  1.0
+PortGroup python    1.0
 
-name                py26-minfx
-version             1.0.2
+name                py-minfx
+version             1.0.3
 maintainers         bromo.med.uc.edu:howarth
+license             GPL-3+
 platforms           darwin freebsd
+supported_archs     noarch
 distname            minfx-${version}
 description         The minfx optimisation library.
 long_description    The minfx project is a python package for numerical optimisation.
 homepage            https://gna.org/projects/minfx/
 master_sites        http://download.gna.org/minfx/
-checksums           md5    68c13e63c2da6d9d3cf3071927e88b98 \
-                    sha1   219b027eabef9dbdd5668d6aae77f5ce57e4efd9 \
-                    rmd160 0ab242488f054999c0a20d096120211284a47e19
+checksums           md5    30a919cc470c6128876644bc9d25d337 \
+                    sha1   b99d7c2691d9d931e4859d78058e2b0897a4136c \
+                    rmd160 d80fbf432e38eddc08dbcb8f2af128ca249ee323
+
+python.versions     26 27
+python.default_version 27