<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/d79b8a23b94f7cebd7b158bcb65ba3bb10a39c66">https://github.com/macports/macports-ports/commit/d79b8a23b94f7cebd7b158bcb65ba3bb10a39c66</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new d79b8a23b94 py-scikit-hep-mplhep: update to 0.3.20
</span>d79b8a23b94 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d79b8a23b94f7cebd7b158bcb65ba3bb10a39c66
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Jan 12 12:03:26 2022 +0000

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scikit-hep-mplhep/Portfile b/python/py-scikit-hep-mplhep/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d535ad816da..c55396f4dfd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scikit-hep-mplhep/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scikit-hep-mplhep/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,13 +4,11 @@ PortSystem                           1.0
</span> PortGroup           python           1.0
 PortGroup           github           1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        scikit-hep mplhep 0.3.15 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        scikit-hep mplhep 0.3.20 v
</span> name                py-scikit-hep-mplhep
 revision            0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  50af084d67bd82ed5fd4dd72f94850ec09c03d3d \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  9f5dbad4231035a270ca2121d97d4a217576567fb1b30d8313fb8a8a36cac28b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    1209440
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+fetch.type          git
</span> 
 platforms           darwin
 supported_archs     noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +25,8 @@ 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_lib-append \
         port:py${python.version}-scikit-hep-mplhep_data
</pre><pre style='margin:0'>

</pre>