<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/5d5ada2d8a2b763be30483c0928ba5242aa05521">https://github.com/macports/macports-ports/commit/5d5ada2d8a2b763be30483c0928ba5242aa05521</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5d5ada2d8a2b763be30483c0928ba5242aa05521
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Feb 28 09:07:56 2023 +0000
<span style='display:block; white-space:pre;color:#404040;'> py-scikit-hep-hepunits: update to 2.3.1
</span>---
python/py-scikit-hep-hepunits/Portfile | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scikit-hep-hepunits/Portfile b/python/py-scikit-hep-hepunits/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e5678295b45..0728e35454c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scikit-hep-hepunits/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scikit-hep-hepunits/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup github 1.0
</span>
name py-scikit-hep-hepunits
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup scikit-hep hepunits 2.2.1 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup scikit-hep hepunits 2.3.1 v
</span> revision 0
fetch.type git
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,10 +23,15 @@ long_description {*}${description}
</span> python.versions 37 38 39 310 311
if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ python.pep517 yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append \
port:py${python.version}-setuptools \
port:py${python.version}-setuptools_scm \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-toml
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-toml \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-wheel \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-hatchling \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-hatch-vcs
</span>
depends_test-append \
port:py${python.version}-pytest
</pre><pre style='margin:0'>
</pre>