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

<span style='display:block; white-space:pre;color:#808000;'>commit a7000e1745cd7c1f6af8de45a0018021bda59a36
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Sat Jan 2 11:30:02 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-scipy: fix livecheck
</span>---
 python/py-scipy/Portfile | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 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 022bfe97980..7b76fafc829 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,10 +29,6 @@ universal_variant       no
</span> compilers.setup         require_fortran -clang -gcc44 -gcc45 -gcc46 \
                         -gcc47 -gcc48 -g95 clang37
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# overload the github livecheck regex to look for versions that
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# are just numbers, '.', and '-', no letters (e.g., "1.0.0b1").
</span><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> if {${name} ne ${subport}} {
 
     if {${python.version} == 27} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,7 +38,9 @@ if {${name} ne ${subport}} {
</span>                     sha256 beb6123e91a0bdfba4557b6560be4899dac174a38c30876e5cfc60382ecb4ff7 \
                     size   18564471
         revision    0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        github.livecheck.regex {(1\.2\.[0-9.-]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        livecheck.url https://github.com/scipy/scipy/tree/maintenance/1.2.x/doc/release
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        livecheck.regex {title="(1\.2\.[0-9.-]+)-notes.rst"}
</span> 
         # See https://trac.macports.org/ticket/60520
         compilers.allow_arguments_mismatch yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,7 +52,9 @@ if {${name} ne ${subport}} {
</span>                     sha256  4cc4e820d0770225bfb83e2a0ae340bb230fafb5402ea8efa87c6576a3f342cf \
                     size    18892400
         revision    0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        github.livecheck.regex {(1\.4\.[0-9.-]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        livecheck.url https://github.com/scipy/scipy/tree/maintenance/1.4.x/doc/release
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        livecheck.regex {title="(1\.4\.[0-9.-]+)-notes.rst"}
</span> 
         # See https://trac.macports.org/ticket/60520
         compilers.allow_arguments_mismatch yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -66,7 +66,9 @@ if {${name} ne ${subport}} {
</span>                     sha256  91366228947f17c97c422fafac4e5e6cc217e3732716ed2e75757d822c427829 \
                     size    19838989
         revision    0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        github.livecheck.regex {(1\.5\.[0-9.-]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        livecheck.url https://github.com/scipy/scipy/tree/maintenance/1.5.x/doc/release
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        livecheck.regex {title="(1\.5\.[0-9.-]+)-notes.rst"}
</span> 
         # See https://trac.macports.org/ticket/60520
         compilers.allow_arguments_mismatch yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,6 +81,8 @@ if {${name} ne ${subport}} {
</span>         compiler.cxx_standard 2011
         compiler.thread_local_storage yes
 
<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>     }
 
     depends_lib-append      port:py${python.version}-numpy \
</pre><pre style='margin:0'>

</pre>