Revision: 130351 https://trac.macports.org/changeset/130351 Author: jmr@macports.org Date: 2014-12-29 20:13:51 -0800 (Mon, 29 Dec 2014) Log Message: ----------- py-psyco: remove 24 and 25 subports Modified Paths: -------------- trunk/dports/python/py-psyco/Portfile Modified: trunk/dports/python/py-psyco/Portfile =================================================================== --- trunk/dports/python/py-psyco/Portfile 2014-12-30 04:10:45 UTC (rev 130350) +++ trunk/dports/python/py-psyco/Portfile 2014-12-30 04:13:51 UTC (rev 130351) @@ -21,9 +21,9 @@ rmd160 472669a7a3714aae63710fd9bc5322b4b5214944 worksrcdir psyco-${version} -python.versions 24 25 26 +python.versions 26 -if {${name} ne ${subport}} { +if {$subport ne $name} { extract.post_args "| tar -xf - --exclude '.cvsignore'" pre-fetch { @@ -33,11 +33,7 @@ } if {${build_arch} eq "x86_64"} { - if {${python.version} >= 25} { - set interp_path ${python.prefix}/Resources/Python.app/Contents/MacOS/Python - } else { - set interp_path ${python.bin} - } + set interp_path ${python.prefix}/Resources/Python.app/Contents/MacOS/Python notes "Since MacPorts is configured to build for the x86_64 architecture where\ possible and psyco can only be built for i386, you will probably need\ to run python like this to use psyco:
participants (1)
-
jmr@macports.org