<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/91d44b1860f45e6562ff440c78da6599ecc6646f">https://github.com/macports/macports-ports/commit/91d44b1860f45e6562ff440c78da6599ecc6646f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 91d44b1860f45e6562ff440c78da6599ecc6646f
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Dec 9 19:30:07 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-scikit-dsp-comm: drop py37 subport
</span>---
 python/py-scikit-dsp-comm/Portfile | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scikit-dsp-comm/Portfile b/python/py-scikit-dsp-comm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 52e01f95e97..e25fa751686 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scikit-dsp-comm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scikit-dsp-comm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,4 +1,4 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
</span> 
 PortSystem          1.0
 PortGroup           python 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup           github 1.0
</span> 
 github.setup        mwickert scikit-dsp-comm 2.0.1 v
 name                py-scikit-dsp-comm
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            0
</span> 
 checksums           rmd160  83b1db434667fbf74f28da84f418982990ac6bc5 \
                     sha256  3a912a97bf740a9c428597a9d429bfc6934f206625a2d9c5edf541300925a112 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,18 +18,15 @@ maintainers         nomaintainer
</span> license             BSD
 
 description         A collection of functions and classes to support signal \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    processing and communications theory teaching and research 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    processing and communications theory teaching and research
</span> long_description    {*}${description}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     37 38 39 310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     38 39 310
</span> 
 if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        port:py${python.version}-setuptools
</span>     depends_lib-append \
         port:py${python.version}-numpy \
         port:py${python.version}-scipy \
         port:py${python.version}-colorama \
         port:py${python.version}-pyaudio
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.type  none
</span> }
</pre><pre style='margin:0'>

</pre>