<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/4c592b5555f027179153b7b12db2c009d445ce9f">https://github.com/macports/macports-ports/commit/4c592b5555f027179153b7b12db2c009d445ce9f</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 4c592b5555f py-scipy: fix default livecheck
</span>4c592b5555f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4c592b5555f027179153b7b12db2c009d445ce9f
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Thu Jan 7 13:54:10 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-scipy: fix default livecheck
</span>---
 python/py-scipy/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scipy/Portfile b/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7b76fafc829..4ed8d9dfb0a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +29,8 @@ universal_variant       no
</span> compilers.setup         require_fortran -clang -gcc44 -gcc45 -gcc46 \
                         -gcc47 -gcc48 -g95 clang37
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+github.livecheck.regex {([0-9.-]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {${name} ne ${subport}} {
 
     if {${python.version} == 27} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -81,8 +83,6 @@ if {${name} ne ${subport}} {
</span>         compiler.cxx_standard 2011
         compiler.thread_local_storage yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        github.livecheck.regex {([0-9.-]+)}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     }
 
     depends_lib-append      port:py${python.version}-numpy \
</pre><pre style='margin:0'>

</pre>