[116606] trunk/dports/python/py-sogl/Portfile
rowue at macports.org
rowue at macports.org
Thu Jan 30 02:31:11 PST 2014
Revision: 116606
https://trac.macports.org/changeset/116606
Author: rowue at macports.org
Date: 2014-01-30 02:31:11 -0800 (Thu, 30 Jan 2014)
Log Message:
-----------
py-sogl: update to 0.2.1
Modified Paths:
--------------
trunk/dports/python/py-sogl/Portfile
Modified: trunk/dports/python/py-sogl/Portfile
===================================================================
--- trunk/dports/python/py-sogl/Portfile 2014-01-30 03:49:45 UTC (rev 116605)
+++ trunk/dports/python/py-sogl/Portfile 2014-01-30 10:31:11 UTC (rev 116606)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-sogl
-version 0.2.0
+version 0.2.1
categories-append science
license wxwidgets
maintainers fmf.uni-freiburg.de:klaus.zimmermann rowue openmaintainer
@@ -22,13 +22,18 @@
distname sogl-${version}
# use_bzip2 yes
-checksums md5 67a42de1d5dc1bb179c4a07e467e463b \
- sha1 d8596c04c5111de2ac8278f230d7e1e9fbcf4166 \
- rmd160 f4dc7898ca9ada9aeede9335ceab5bea73cc65bd
+checksums md5 9a18699023186218d08a74f0705587b0 \
+ sha1 2538db75431136aae0659e4ef7985a7600f51594 \
+ rmd160 0311bc50552e3a0e2729a0f422b3b6ea0abfdedb
python.versions 26 27
if {${name} ne ${subport}} {
depends_build port:py${python.version}-setuptools
- # depends_lib port:py${python.version}-scipy
+ # depends_lib port:py${python.version}-
+ if {${python.version} == 26} {
+ depends_lib-append port:py26-wxpython-2.8
+ } else {
+ depends_lib-append port:py${python.version}-wxpython-3.0
+ }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140130/a34708aa/attachment.html>
More information about the macports-changes
mailing list