[117295] trunk/dports/python

rowue at macports.org rowue at macports.org
Fri Feb 21 07:10:03 PST 2014


Revision: 117295
          https://trac.macports.org/changeset/117295
Author:   rowue at macports.org
Date:     2014-02-21 07:10:03 -0800 (Fri, 21 Feb 2014)
Log Message:
-----------
py26-pyphant-tools: moved to portgroup python

Modified Paths:
--------------
    trunk/dports/python/py-pyphant-tools/Portfile

Added Paths:
-----------
    trunk/dports/python/py-pyphant-tools/

Removed Paths:
-------------
    trunk/dports/python/py26-pyphant-tools/

Modified: trunk/dports/python/py-pyphant-tools/Portfile
===================================================================
--- trunk/dports/python/py26-pyphant-tools/Portfile	2014-02-07 14:02:29 UTC (rev 116780)
+++ trunk/dports/python/py-pyphant-tools/Portfile	2014-02-21 15:10:03 UTC (rev 117295)
@@ -2,18 +2,18 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python 1.0
 
-name                py26-pyphant-tools
+name                py-pyphant-tools
 version             1.0b2
 categories-append   science
-description         tools toolbox for py26-pyphant
+description         tools toolbox for pyphant
 maintainers         fmf.uni-freiburg.de:servicegruppe.wissinfo \
                     fmf.uni-freiburg.de:alexander.held rowue
 long_description    This toolbox currently provides two workers for the \
-                    py26-pyphant framework. These workers can be integrated \
+                    pyphant framework. These workers can be integrated \
                     in a data flow model and simply serve as data sources for \
-                    data that is managed by a py26-pyphant core module called \
+                    data that is managed by a pyphant core module called \
                     KnowledgeManager (KM). The KM accumulates metadata in a \
                     sqlite3 database and the above mentioned workers present \
                     parameters to perform a metadata search and finally \
@@ -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  fc07b4f5ce32e3429bc3e82f856685815e307e35
 
 use_configure       no
+
+python.versions     26 27
+
+if {${name} ne ${subport}} {
+    depends_build       port:py${python.version}-setuptools
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140221/bf18f42d/attachment.html>


More information about the macports-changes mailing list