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

<span style='display:block; white-space:pre;color:#404040;'>    py-scikit-hep-hepunits: drop py37 subport
</span>---
 python/py-scikit-hep-hepunits/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-hepunits/Portfile b/python/py-scikit-hep-hepunits/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cfcc2e1ae90..6a82bb04bfe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scikit-hep-hepunits/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scikit-hep-hepunits/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,15 +19,10 @@ maintainers         {jonesc @cjones051073} openmaintainer
</span> description         Collects the most commonly used units and constants in the HEP System of Units.
 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:#ffe0e0;'>-python.pep517       yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     38 39 310 311 312
</span> python.pep517_backend   hatch
 
 if {${name} ne ${subport}} {
     depends_build-append \
         port:py${python.version}-hatch-vcs
<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>