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

<span style='display:block; white-space:pre;color:#404040;'>    py-scikit-hep-particle: remove py36 subport
</span>---
 python/py-scikit-hep-particle/Portfile | 13 ++-----------
 1 file changed, 2 insertions(+), 11 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 1400b2a8407..2fe6b02c30f 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;'>@@ -10,7 +10,6 @@ github.setup        scikit-hep particle 0.20.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,24 +20,16 @@ description         Particle provides a pythonic interface to the Particle Data
</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
 
     depends_lib-append \
         port:py${python.version}-attrs \
         port:py${python.version}-scikit-hep-hepunits
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${python.version} < 37} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        depends_lib-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            port:py${python.version}-importlib-resources
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</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>