Revision
117369
Author
rowue@macports.org
Date
2014-02-24 07:15:50 -0800 (Mon, 24 Feb 2014)

Log Message

py-pyphant: removed unused dependencies

removed unused dependencies including toolboxes
(repaired circ. dependencies some time ago)

Modified Paths

Diff

Modified: trunk/dports/python/py-pyphant/Portfile (117368 => 117369)


--- trunk/dports/python/py-pyphant/Portfile	2014-02-24 15:14:56 UTC (rev 117368)
+++ trunk/dports/python/py-pyphant/Portfile	2014-02-24 15:15:50 UTC (rev 117369)
@@ -67,23 +67,16 @@
     app.icon            ${filespath}/Pyphant.icns
 
     depends_build       port:py${python.version}-setuptools
-    depends_lib         port:py${python.version}-scipy \
+    depends_lib         port:py${python.version}-numpy \
+                        port:py${python.version}-scipy \
                         port:py${python.version}-setuptools \
                         port:py${python.version}-tables \
-                        port:py${python.version}-antlr3 \
                         port:py${python.version}-matplotlib \
-                        port:py${python.version}-scientific \
                         port:py${python.version}-wxpython-2.8 \
                         port:py${python.version}-simplejson \
                         port:py${python.version}-paste \
                         port:py${python.version}-mx-base \
-                        port:py${python.version}-tornado \
                         port:py${python.version}-configobj \
-                        port:py${python.version}-pyphant-fmf \
-                        port:py${python.version}-pyphant-imageprocessing \
-                        port:py${python.version}-pyphant-osc \
-                        port:py${python.version}-pyphant-statistics \
-                        port:py${python.version}-pyphant-tools \
                         port:py${python.version}-sogl
 
     pre-destroot {