<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/94c5075b5e9dfd21f6fcfbcdcd674c0dc5c798c0">https://github.com/macports/macports-ports/commit/94c5075b5e9dfd21f6fcfbcdcd674c0dc5c798c0</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 94c5075b5e9dfd21f6fcfbcdcd674c0dc5c798c0
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Sep 30 11:48:07 2022 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-scikit-hep-hepstats: update to 0.6.0
</span>---
 python/py-scikit-hep-hepstats/Portfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scikit-hep-hepstats/Portfile b/python/py-scikit-hep-hepstats/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f85dc095109..6a94b8fcb04 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scikit-hep-hepstats/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scikit-hep-hepstats/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           github           1.0
</span> 
 name                py-scikit-hep-hepstats
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        scikit-hep hepstats 0.5.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        scikit-hep hepstats 0.6.0 v
</span> revision            0
 fetch.type          git
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,11 +20,12 @@ description         Statistical modeling for HEP.
</span> long_description    {*}${description}
 
 # Supported python versions
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     37 38 39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     37 38 39 310
</span> 
 if {${name} ne ${subport}} {
     depends_build-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        port:py${python.version}-setuptools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        port:py${python.version}-setuptools \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        port:py${python.version}-setuptools_scm
</span> 
     depends_test-append \
         port:py${python.version}-pytest
</pre><pre style='margin:0'>

</pre>