Revision: 117393 https://trac.macports.org/changeset/117393 Author: rowue@macports.org Date: 2014-02-25 02:16:40 -0800 (Tue, 25 Feb 2014) Log Message: ----------- py-pyphant: update to version 1.0b3 py27-pyphant is now using py27-wxpython-3.0 replaced old checksums with sha256 Modified Paths: -------------- trunk/dports/python/py-pyphant/Portfile Modified: trunk/dports/python/py-pyphant/Portfile =================================================================== --- trunk/dports/python/py-pyphant/Portfile 2014-02-25 09:53:54 UTC (rev 117392) +++ trunk/dports/python/py-pyphant/Portfile 2014-02-25 10:16:40 UTC (rev 117393) @@ -6,8 +6,7 @@ PortGroup wxWidgets 1.0 name py-pyphant -version 1.0b2 -revision 1 +version 1.0b3 categories-append science description python framework for analysing and managing scientific data maintainers fmf.uni-freiburg.de:servicegruppe.wissinfo \ @@ -47,13 +46,11 @@ distname pyphant-${version} # use_bzip2 yes -checksums md5 154737761de5db60c6d58f45449bde4e \ - sha1 42bbae9a89ed12f66cb7cf9edd98576f0de9d35b \ - rmd160 76f6d419e97a2ec964065e68ec271733eb90cec1 +checksums sha256 c873352467f9ecf96fac03082e3cbc4153d13f8103e5339e608897884867db53 use_configure no -python.versions 26 +python.versions 26 27 variant carbon description { Install pyphant with carbon support } { @@ -72,12 +69,16 @@ port:py${python.version}-setuptools \ port:py${python.version}-tables \ port:py${python.version}-matplotlib \ - port:py${python.version}-wxpython-2.8 \ port:py${python.version}-simplejson \ port:py${python.version}-paste \ port:py${python.version}-mx-base \ port:py${python.version}-configobj \ port:py${python.version}-sogl + if {${python.version} == 26} { + depends_lib-append port:py26-wxpython-2.8 + } else { + depends_lib-append port:py${python.version}-wxpython-3.0 + } pre-destroot { if {[variant_isset carbon]} {
participants (1)
-
rowue@macports.org