[147765] trunk/dports/python/py-h5py/Portfile

eborisch at macports.org eborisch at macports.org
Fri Apr 15 10:05:27 PDT 2016


Revision: 147765
          https://trac.macports.org/changeset/147765
Author:   eborisch at macports.org
Date:     2016-04-15 10:05:27 -0700 (Fri, 15 Apr 2016)
Log Message:
-----------
py-h5py-devel: Fix logic.

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

Modified: trunk/dports/python/py-h5py/Portfile
===================================================================
--- trunk/dports/python/py-h5py/Portfile	2016-04-15 16:22:41 UTC (rev 147764)
+++ trunk/dports/python/py-h5py/Portfile	2016-04-15 17:05:27 UTC (rev 147765)
@@ -63,7 +63,7 @@
 
 python.default_version 27
 
-if {${name} ne ${subport}} {
+if {${name} ne ${subport} || ${DEV_VERSION}} {
     depends_build-append    port:py${python.version}-cython
 
     depends_lib-append      port:py${python.version}-numpy \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160415/fba2e957/attachment.html>


More information about the macports-changes mailing list