<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/c557a6b2cbeaebec35e9dfccb0f256ccba7bf290">https://github.com/macports/macports-ports/commit/c557a6b2cbeaebec35e9dfccb0f256ccba7bf290</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 c557a6b2cbe py-scikit-hep-mplhep: remove py36 subport, set noarch
</span>c557a6b2cbe is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c557a6b2cbeaebec35e9dfccb0f256ccba7bf290
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Thu Jun 17 11:29:13 2021 -0400
<span style='display:block; white-space:pre;color:#404040;'> py-scikit-hep-mplhep: remove py36 subport, set noarch
</span>---
python/py-scikit-hep-mplhep/Portfile | 11 +++++------
1 file changed, 5 insertions(+), 6 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 b8fd8dd7e34..ca9bad90b2a 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,9 +4,8 @@ PortSystem 1.0
</span> PortGroup python 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-name py-scikit-hep-mplhep
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> github.setup scikit-hep mplhep 0.3.9 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+name py-scikit-hep-mplhep
</span> revision 0
checksums rmd160 55bf584a2a4aabdc2b3e4d47b9176a9bf928fd8e \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +13,7 @@ checksums rmd160 55bf584a2a4aabdc2b3e4d47b9176a9bf928fd8e \
</span> size 1251365
platforms darwin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs noarch
</span> license MIT
maintainers {jonesc @cjones051073} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +22,7 @@ description A set of helpers for matplotlib to more easily produce plots
</span> long_description {*}${description}
# Supported python versions
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions 36 37 38 39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions 37 38 39
</span>
if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,11 +31,11 @@ if {${name} ne ${subport}} {
</span>
depends_lib-append \
port:py${python.version}-scikit-hep-mplhep_data
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_test-append \
port:py${python.version}-pytest
<span style='display:block; white-space:pre;background:#ffe0e0;'>- livecheck.type none
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ livecheck.type none
</span>
}
</pre><pre style='margin:0'>
</pre>