Modified: trunk/dports/python/py-pyphant-fmf/Portfile (116780 => 117291)
--- trunk/dports/python/py26-pyphant-fmf/Portfile 2014-02-07 14:02:29 UTC (rev 116780)
+++ trunk/dports/python/py-pyphant-fmf/Portfile 2014-02-21 14:31:59 UTC (rev 117291)
@@ -2,20 +2,20 @@
# $Id$
PortSystem 1.0
-PortGroup python26 1.0
+PortGroup python 1.0
-name py26-pyphant-fmf
+name py-pyphant-fmf
version 1.0b2
categories-append science
-description Full-Metadata Format toolbox for py26-pyphant
+description Full-Metadata Format toolbox for pyphant
maintainers fmf.uni-freiburg.de:servicegruppe.wissinfo \
fmf.uni-freiburg.de:alexander.held rowue
-long_description This toolbox enables the py26-pyphant framework to read \
+long_description This toolbox enables the pyphant framework to read \
files written in the Full-Metadata Format (FMF). \
See http://arxiv.org/abs/0904.1299 for an introduction \
to the FMF. There is also support for writing files \
in the FMF, although this feature is currently not \
- accessible from the py26-pyphant GUI.
+ accessible from the pyphant GUI.
homepage http://www.fmf.uni-freiburg.de/service/servicegruppen/sg_wissinfo/projekte/Pyphant
platforms darwin
@@ -31,4 +31,8 @@
sha1 4f9ccb2a0a0b27b2264e37b90180f5e4d90fd0e0 \
rmd160 dbbeb277bdb61f9760f1cc723f58f20c377fe0e6
-depends_build port:py26-setuptools
+python.versions 26 27
+
+if {${name} ne ${subport}} {
+ depends_build port:py${python.version}-setuptools
+}