Modified: trunk/dports/python/py-pyphant-statistics/Portfile (116780 => 117294)
--- trunk/dports/python/py26-pyphant-statistics/Portfile 2014-02-07 14:02:29 UTC (rev 116780)
+++ trunk/dports/python/py-pyphant-statistics/Portfile 2014-02-21 15:00:30 UTC (rev 117294)
@@ -2,21 +2,20 @@
# $Id$
PortSystem 1.0
-PortGroup python26 1.0
+PortGroup python 1.0
-name py26-pyphant-statistics
+name py-pyphant-statistics
version 1.0b2
categories-append science
-description statistics toolbox for py26-pyphant
+description statistics toolbox for pyphant
maintainers fmf.uni-freiburg.de:servicegruppe.wissinfo \
fmf.uni-freiburg.de:alexander.held rowue
long_description This toolbox provides the histogram worker which enables \
- the py26-pyphant framework to obtain histograms from \
+ the pyphant framework to obtain histograms from \
array-like data.
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
@@ -29,3 +28,9 @@
rmd160 15d55907509feaea8851c41a5326b41b8debe501
use_configure no
+
+python.versions 26 27
+
+if {${name} ne ${subport}} {
+ depends_build port:py${python.version}-setuptools
+}