<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6573f9650b08a963aa35f6cf29e681a7dcdefff6">https://github.com/macports/macports-ports/commit/6573f9650b08a963aa35f6cf29e681a7dcdefff6</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 6573f9650b0 py-scikit-hep-mplhep_data: add missing dep
</span>6573f9650b0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6573f9650b08a963aa35f6cf29e681a7dcdefff6
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Mar 14 11:34:52 2023 +1100

<span style='display:block; white-space:pre;color:#404040;'>    py-scikit-hep-mplhep_data: add missing dep
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/67078
</span>---
 python/py-scikit-hep-mplhep_data/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scikit-hep-mplhep_data/Portfile b/python/py-scikit-hep-mplhep_data/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1feff2e04c8..ed13f937f0f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scikit-hep-mplhep_data/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scikit-hep-mplhep_data/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,10 +21,11 @@ long_description    {*}${description}
</span> 
 # Supported python versions
 python.versions     37 38 39 310 311
<span style='display:block; white-space:pre;background:#e0ffe0;'>+python.pep517       yes
</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_scm
</span> 
     depends_test-append \
         port:py${python.version}-pytest
</pre><pre style='margin:0'>

</pre>