Modified: trunk/dports/python/py-psyco/Portfile (130350 => 130351)
--- 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: