<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d8a9d5c2687094b24c100914ac42b97f612e8e8d">https://github.com/macports/macports-ports/commit/d8a9d5c2687094b24c100914ac42b97f612e8e8d</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 d8a9d5c  py-numpy: Fix regular expression
</span>d8a9d5c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d8a9d5c2687094b24c100914ac42b97f612e8e8d
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Mar 24 04:03:55 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-numpy: Fix regular expression
</span>---
 python/py-numpy/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 f05943f..530d02e 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;'>@@ -36,7 +36,7 @@ python.consistent_destroot yes
</span> #universal_variant no
 
 # default livecheck
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.livecheck.regex {([\d+(?:.\d+)*]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.livecheck.regex {(\d+(?:\.\d+)+)}
</span> 
 if {${name} ne ${subport}} {
     if {${python.version} == 27} {
</pre><pre style='margin:0'>

</pre>