Revision: 117371 https://trac.macports.org/changeset/117371 Author: rowue@macports.org Date: 2014-02-24 08:09:45 -0800 (Mon, 24 Feb 2014) Log Message: ----------- py-pyphant-imageprocessing: added missing dependencies Modified Paths: -------------- trunk/dports/python/py-pyphant-imageprocessing/Portfile Modified: trunk/dports/python/py-pyphant-imageprocessing/Portfile =================================================================== --- trunk/dports/python/py-pyphant-imageprocessing/Portfile 2014-02-24 15:33:52 UTC (rev 117370) +++ trunk/dports/python/py-pyphant-imageprocessing/Portfile 2014-02-24 16:09:45 UTC (rev 117371) @@ -7,12 +7,12 @@ name py-pyphant-imageprocessing version 1.0b2 categories-append science -description imageprocessing toolbox for pyphant +description imageprocessing toolbox for py-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, \ i.e. encapsulated data processing steps for the \ - py26-pyphant framework. Currently there are 22 workers \ + py-pyphant framework. Currently there are 22 workers \ providing operations varying from simple functions like \ 'inversion' or some scipy.ndimage filters to more complex \ operations, e.g. auto-focus evaluation of transmitted \ @@ -36,5 +36,8 @@ if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools - depends_lib port:py${python.version}-pil + depends_lib port:py${python.version}-pyphant \ + port:py${python.version}-pil \ + port:py${python.version}-numpy \ + port:py${python.version}-scipy }