<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/8b73a7c482684e3a0da4a86f6bbda8ca27de9c12">https://github.com/macports/macports-ports/commit/8b73a7c482684e3a0da4a86f6bbda8ca27de9c12</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 8b73a7c482684e3a0da4a86f6bbda8ca27de9c12
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Mar 17 14:26:29 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-scikit-hep-particle: drop py37 subport
</span>---
 python/py-scikit-hep-particle/Portfile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scikit-hep-particle/Portfile b/python/py-scikit-hep-particle/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a3930d3819d..5b7ac04e026 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scikit-hep-particle/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scikit-hep-particle/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,11 +19,9 @@ maintainers         {jonesc @cjones051073} openmaintainer
</span> description         Particle provides a pythonic interface to the Particle Data Group (PDG) data.
 long_description    {*}${description}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Supported python versions
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     37 38 39 310 311 312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     38 39 310 311 312
</span> 
 if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    python.pep517   yes
</span>     python.pep517_backend   hatch
 
     depends_build-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,7 +30,4 @@ if {${name} ne ${subport}} {
</span>     depends_lib-append \
         port:py${python.version}-attrs \
         port:py${python.version}-scikit-hep-hepunits
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_test-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        port:py${python.version}-pytest
</span> }
</pre><pre style='margin:0'>

</pre>