<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/8fcf4cca683aeb77e178c2d8044306898e6630e4">https://github.com/macports/macports-ports/commit/8fcf4cca683aeb77e178c2d8044306898e6630e4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 8fcf4cca683aeb77e178c2d8044306898e6630e4
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Feb 11 15:10:22 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-fdsnwsscripts: drop py27/py37 subports
</span>---
 python/py-fdsnwsscripts/Portfile                | 6 +++---
 python/py-fdsnwsscripts/files/fdsnwsscripts-27  | 4 ----
 python/py-fdsnwsscripts/files/fdsnwsscripts-311 | 4 ----
 python/py-fdsnwsscripts/files/fdsnwsscripts-37  | 4 ----
 4 files changed, 3 insertions(+), 15 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-fdsnwsscripts/Portfile b/python/py-fdsnwsscripts/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d93ac5e2af0..3af4371536f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-fdsnwsscripts/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-fdsnwsscripts/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup           select 1.0
</span> 
 name                py-fdsnwsscripts
 version             2022.17
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> categories-append   science
 platforms           {darwin any}
 supported_archs     noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,12 +23,10 @@ checksums           rmd160  b52f203e8bbb4ac38f14c00104a942f631da00fc \
</span>                     sha256  943562058190bd95b6cc675cc69a5f89311c799bbbe3581832b247ce62d5494e \
                     size    59025
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     27 37 38 39 310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     38 39 310
</span> # Note: Python 3.11 does not work correctly.
 
 if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append    port:py${python.version}-setuptools
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     depends_lib-append      port:py${python.version}-dateutil
 
     depends_run-append  port:${python.rootname}_select
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-fdsnwsscripts/files/fdsnwsscripts-27 b/python/py-fdsnwsscripts/files/fdsnwsscripts-27
</span>deleted file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index ae004cbb171..00000000000
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-fdsnwsscripts/files/fdsnwsscripts-27
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,4 +0,0 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/2.7/bin/fdsnws2sds
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/2.7/bin/fdsnws2seed
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/2.7/bin/fdsnws_fetch
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/2.7/bin/fdsnxml2arclink
</span><span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-fdsnwsscripts/files/fdsnwsscripts-311 b/python/py-fdsnwsscripts/files/fdsnwsscripts-311
</span>deleted file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index b3f263bd9be..00000000000
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-fdsnwsscripts/files/fdsnwsscripts-311
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,4 +0,0 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.11/bin/fdsnws2sds
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.11/bin/fdsnws2seed
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.11/bin/fdsnws_fetch
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.11/bin/fdsnxml2arclink
</span><span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-fdsnwsscripts/files/fdsnwsscripts-37 b/python/py-fdsnwsscripts/files/fdsnwsscripts-37
</span>deleted file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 482dfc92386..00000000000
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-fdsnwsscripts/files/fdsnwsscripts-37
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,4 +0,0 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.7/bin/fdsnws2sds
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.7/bin/fdsnws2seed
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.7/bin/fdsnws_fetch
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.7/bin/fdsnxml2arclink
</span></pre><pre style='margin:0'>

</pre>