[110976] trunk/dports/python/py-tables/Portfile

stromnov at macports.org stromnov at macports.org
Thu Sep 12 00:56:38 PDT 2013


Revision: 110976
          https://trac.macports.org/changeset/110976
Author:   stromnov at macports.org
Date:     2013-09-12 00:56:38 -0700 (Thu, 12 Sep 2013)
Log Message:
-----------
py-tables: move py-cython to build time dependencies

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

Modified: trunk/dports/python/py-tables/Portfile
===================================================================
--- trunk/dports/python/py-tables/Portfile	2013-09-12 07:51:38 UTC (rev 110975)
+++ trunk/dports/python/py-tables/Portfile	2013-09-12 07:56:38 UTC (rev 110976)
@@ -43,13 +43,15 @@
                         --bzip2=${prefix} \
                         --lzo=${prefix}
 
+    depends_build-append \
+                        port:py${python.version}-cython
+
     depends_lib-append  port:hdf5-18 \
                         port:py${python.version}-numpy \
                         port:py${python.version}-numexpr \
                         port:zlib \
                         port:bzip2 \
-                        port:lzo2 \
-                        port:py${python.version}-cython
+                        port:lzo2
 
     if {${subport} == "py26-${realname}" || ${subport} == "py27-${realname}"} {
         depends_lib-append  port:py${python.version}-scientific
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130912/2c70839b/attachment.html>


More information about the macports-changes mailing list