<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/ae7a2f0dac4c53bf0b80eeb3b75b1b40472ca310">https://github.com/macports/macports-ports/commit/ae7a2f0dac4c53bf0b80eeb3b75b1b40472ca310</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ae7a2f0dac4c53bf0b80eeb3b75b1b40472ca310
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Thu Apr 7 11:59:15 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-scikit-hep-hepunits: remove py36 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 bad754dbe57..71ca7658df1 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;'>@@ -10,7 +10,6 @@ github.setup        scikit-hep hepunits 2.2.0 v
</span> revision            0
 fetch.type          git
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> supported_archs     x86_64
 
 license             BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,10 +20,9 @@ description         Collects the most commonly used units and constants in the H
</span> long_description    {*}${description}
 
 # Supported python versions
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     36 37 38 39 310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     37 38 39 310
</span> 
 if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     depends_build-append \
         port:py${python.version}-setuptools \
         port:py${python.version}-setuptools_scm \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,7 +30,4 @@ if {${name} ne ${subport}} {
</span> 
     depends_test-append \
         port:py${python.version}-pytest
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.type none 
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> }
</pre><pre style='margin:0'>

</pre>