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

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scikit-hep-awkward1/Portfile b/python/py-scikit-hep-awkward1/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f166ab226cc..662dc9110a7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scikit-hep-awkward1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scikit-hep-awkward1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,12 +20,12 @@ description         Awkward Array is a library for nested, variable-sized data.
</span> long_description    {*}${description}
 
 # Supported python versions
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     37 38 39 310 311
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     38 39 310 311
</span> 
 if {${name} ne ${subport}} {
 
     conflicts           py${python.version}-scikit-hep-awkward
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     post-fetch {
         system -W ${worksrcpath} "git submodule update --init --recursive"
     }
</pre><pre style='margin:0'>

</pre>