Revision
117287
Author
rowue@macports.org
Date
2014-02-21 03:44:46 -0800 (Fri, 21 Feb 2014)

Log Message

py-pyphant-imageprocessing: moved to python portgroup

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/dports/python/py-pyphant-imageprocessing/Portfile (116780 => 117287)


--- trunk/dports/python/py26-pyphant-imageprocessing/Portfile	2014-02-07 14:02:29 UTC (rev 116780)
+++ trunk/dports/python/py-pyphant-imageprocessing/Portfile	2014-02-21 11:44:46 UTC (rev 117287)
@@ -2,12 +2,12 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python 1.0
 
-name                py26-pyphant-imageprocessing
+name                py-pyphant-imageprocessing
 version             1.0b2
 categories-append   science
-description         imageprocessing toolbox for py26-pyphant
+description         imageprocessing toolbox for pyphant
 maintainers         fmf.uni-freiburg.de:servicegruppe.wissinfo \
                     fmf.uni-freiburg.de:alexander.held rowue
 long_description    This toolbox provides a set of imageprocessing workers, \
@@ -20,8 +20,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
 # master_sites        http://pyphant.sourceforge.net/nightly-builds/
@@ -33,3 +31,10 @@
                     rmd160  f69719739e3daa18eb75467bce629fc2b3aef25f
 
 use_configure       no
+
+python.versions     26 27
+
+if {${name} ne ${subport}} {
+    depends_build       port:py${python.version}-setuptools
+    depends_lib         port:py${python.version}-pil
+}