[117374] trunk/dports/python/py-pyphant-fmf/Portfile

rowue at macports.org rowue at macports.org
Mon Feb 24 08:22:29 PST 2014


Revision: 117374
          https://trac.macports.org/changeset/117374
Author:   rowue at macports.org
Date:     2014-02-24 08:22:29 -0800 (Mon, 24 Feb 2014)
Log Message:
-----------
py-pyphant-fmf: added missing dependencies

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

Modified: trunk/dports/python/py-pyphant-fmf/Portfile
===================================================================
--- trunk/dports/python/py-pyphant-fmf/Portfile	2014-02-24 16:19:05 UTC (rev 117373)
+++ trunk/dports/python/py-pyphant-fmf/Portfile	2014-02-24 16:22:29 UTC (rev 117374)
@@ -7,15 +7,15 @@
 name                py-pyphant-fmf
 version             1.0b2
 categories-append   science
-description         Full-Metadata Format toolbox for pyphant
+description         Full-Metadata Format toolbox for py-pyphant
 maintainers         fmf.uni-freiburg.de:servicegruppe.wissinfo \
                     fmf.uni-freiburg.de:alexander.held rowue
-long_description    This toolbox enables the pyphant framework to read \
+long_description    This toolbox enables the py-pyphant framework to read \
                     files written in the Full-Metadata Format (FMF). \
                     See http://arxiv.org/abs/0904.1299 for an introduction \
                     to the FMF. There is also support for writing files \
                     in the FMF, although this feature is currently not \
-                    accessible from the pyphant GUI.
+                    accessible from the py-pyphant GUI.
 homepage            http://www.fmf.uni-freiburg.de/service/servicegruppen/sg_wissinfo/projekte/Pyphant
 
 platforms           darwin
@@ -35,4 +35,10 @@
 
 if {${name} ne ${subport}} {
     depends_build       port:py${python.version}-setuptools
+    depends_lib         port:py${python.version}-pyphant
+    if {${python.version} == 26} {
+        depends_lib-append    port:py26-wxpython-2.8
+    } else {
+        depends_lib-append    port:py${python.version}-wxpython-3.0
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140224/279b8070/attachment.html>


More information about the macports-changes mailing list