<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/434e7602d729cc770dfb666c6c38f5c77dbb7abd">https://github.com/macports/macports-ports/commit/434e7602d729cc770dfb666c6c38f5c77dbb7abd</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 434e760  py33-numpy: fix to work, use 1.11.3 same as py26-numpy
</span>434e760 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 434e7602d729cc770dfb666c6c38f5c77dbb7abd
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Thu Mar 15 12:00:58 2018 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py33-numpy: fix to work, use 1.11.3 same as py26-numpy
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/54145
</span>---
 python/py-numpy/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-numpy/Portfile b/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f6b09e0..f717680 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,10 +38,11 @@ python.consistent_destroot yes
</span> #universal_variant no
 
 if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${python.version} == 26} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${python.version} == 26 || ${python.version} == 33} {
</span>         github.setup        numpy numpy 1.11.3 v
         checksums           rmd160 8cc323d5944301aefa1f66f17d4af14c364c6b32 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                            sha256 dbdda9104c7dbc2d8ae691367a2bb1815a62598c5278097b4eee035b85abf6a1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            sha256 dbdda9104c7dbc2d8ae691367a2bb1815a62598c5278097b4eee035b85abf6a1 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            size   4387593
</span>         patchfiles-append   patch-numpy_core_setup.py.26.diff \
                             patch-numpy_distutils_fcompiler_gnu.py.26.diff \
                             patch-numpy_tests_test_scripts.py.26.diff \
</pre><pre style='margin:0'>

</pre>