Revision: 117293 https://trac.macports.org/changeset/117293 Author: rowue@macports.org Date: 2014-02-21 06:47:24 -0800 (Fri, 21 Feb 2014) Log Message: ----------- py26-pyphant-osc (py26-pyphant toolbox): moved to python portgroup Modified Paths: -------------- trunk/dports/python/py-pyphant-osc/Portfile Added Paths: ----------- trunk/dports/python/py-pyphant-osc/ Removed Paths: ------------- trunk/dports/python/py26-pyphant-osc/ Modified: trunk/dports/python/py-pyphant-osc/Portfile =================================================================== --- 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/P... 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 +}
participants (1)
-
rowue@macports.org