<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/2276bca2dae752544f5785804cce509db850ddaf">https://github.com/macports/macports-ports/commit/2276bca2dae752544f5785804cce509db850ddaf</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 2276bca  py-numpy: fix livecheck
</span>2276bca is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2276bca2dae752544f5785804cce509db850ddaf
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Sun Mar 22 16:06:19 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-numpy: fix livecheck
</span>---
 python/py-numpy/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 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 0d6dac1..d71f495 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;'>@@ -35,6 +35,9 @@ python.consistent_destroot yes
</span> # https://trac.macports.org/ticket/48263
 #universal_variant no
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# default livecheck
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.livecheck.regex {([\d+(?:.\d+)*]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {${name} ne ${subport}} {
     if {${python.version} == 27} {
         github.setup        numpy numpy 1.16.6 v
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,6 +48,7 @@ if {${name} ne ${subport}} {
</span>         patchfiles-append   patch-numpy_core_setup.py.27.diff \
                             patch-numpy_tests_test_scripts.py.27.diff \
                             patch-fcompiler_g95.27.diff
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        github.livecheck.regex {(1.16.[\d+(?:.\d+)*]+)}
</span>     } else {
         patchfiles-append   patch-numpy_core_setup.py.diff \
                             patch-numpy_tests_test_scripts.py.diff \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -239,8 +243,4 @@ variant."
</span>             configure.f90 ${worksrcpath}/f-wrapper
         }
     }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.type        none
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-} else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    github.livecheck.regex  {([\d+(?:.\d+)*"]+)}
</span> }
</pre><pre style='margin:0'>

</pre>