Modified: trunk/dports/python/py-pyphant-osc/Portfile (116780 => 117293)
--- trunk/dports/python/py26-pyphant-osc/Portfile 2014-02-07 14:02:29 UTC (rev 116780)
+++ trunk/dports/python/py-pyphant-osc/Portfile 2014-02-21 14:47:24 UTC (rev 117293)
@@ -2,14 +2,14 @@
# $Id$
PortSystem 1.0
-PortGroup python26 1.0
+PortGroup python 1.0
-name py26-pyphant-osc
+name py-pyphant-osc
version 1.0b2
categories-append science
maintainers fmf.uni-freiburg.de:servicegruppe.wissinfo \
fmf.uni-freiburg.de:alexander.held rowue
-description organic solar cells toolbox for py26-pyphant
+description organic solar cells toolbox for pyphant
long_description This Toolbox offers various workers for the \
analysis of organic solar cells. It is joined \
work with Kristian O. Sylvester-Hvid from the \
@@ -21,7 +21,6 @@
homepage http://www.fmf.uni-freiburg.de/service/servicegruppen/sg_wissinfo/projekte/Pyphant
platforms darwin
-depends_build port:py26-setuptools
# depends_lib port:py26-pil
master_sites sourceforge:pyphant
@@ -34,3 +33,9 @@
rmd160 b7ed725ff7a342c1c5c3216a700c25e65dd741b2
use_configure no
+
+python.versions 26 27
+
+if {${name} ne ${subport}} {
+ depends_build port:py${python.version}-setuptools
+}