[120806] trunk/dports/python/py-mlpy/Portfile

aronnax at macports.org aronnax at macports.org
Sat Jun 7 10:02:42 PDT 2014


Revision: 120806
          https://trac.macports.org/changeset/120806
Author:   aronnax at macports.org
Date:     2014-06-07 10:02:42 -0700 (Sat, 07 Jun 2014)
Log Message:
-----------
py-mlpy: add Python 3.4 subport (fixes #43935), add missing dependency on scipy

Modified Paths:
--------------
    trunk/dports/python/py-mlpy/Portfile

Modified: trunk/dports/python/py-mlpy/Portfile
===================================================================
--- trunk/dports/python/py-mlpy/Portfile	2014-06-07 16:49:32 UTC (rev 120805)
+++ trunk/dports/python/py-mlpy/Portfile	2014-06-07 17:02:42 UTC (rev 120806)
@@ -31,7 +31,7 @@
 
 checksums           sha1    32f986f7f0f7cce5c773d2909d34705eab39df16
 
-python.versions     26 27 32 33
+python.versions     26 27 32 33 34
 
 if {${name} ne ${subport}} {
     depends_build   port:py${python.version}-setuptools
@@ -39,7 +39,8 @@
     depends_lib-append \
                     port:gsl \
                     port:py${python.version}-cython \
-                    port:py${python.version}-numpy
+                    port:py${python.version}-numpy \
+                    port:py${python.version}-scipy
 
     livecheck.type  none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140607/3eb6b0e5/attachment.html>


More information about the macports-changes mailing list