Revision: 117375 https://trac.macports.org/changeset/117375 Author: rowue@macports.org Date: 2014-02-24 08:24:22 -0800 (Mon, 24 Feb 2014) Log Message: ----------- py-pyphant-tools: added missing dependencies Modified Paths: -------------- trunk/dports/python/py-pyphant-tools/Portfile Modified: trunk/dports/python/py-pyphant-tools/Portfile =================================================================== --- trunk/dports/python/py-pyphant-tools/Portfile 2014-02-24 16:22:29 UTC (rev 117374) +++ trunk/dports/python/py-pyphant-tools/Portfile 2014-02-24 16:24:22 UTC (rev 117375) @@ -7,13 +7,13 @@ name py-pyphant-tools version 1.0b2 categories-append science -description tools toolbox for pyphant +description tools toolbox for py-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 \ - pyphant framework. These workers can be integrated \ + py-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 pyphant core module called \ + data that is managed by a py-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 \ @@ -38,4 +38,5 @@ if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools + depends_lib port:py${python.version}-pyphant }