<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/889bd1c8ac5004db1e811f41ae038819a337cc35">https://github.com/macports/macports-ports/commit/889bd1c8ac5004db1e811f41ae038819a337cc35</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 889bd1c8ac5004db1e811f41ae038819a337cc35
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Thu Apr 7 11:57:12 2022 -0400
<span style='display:block; white-space:pre;color:#404040;'> py-scikit-hep-mplhep_data: remove py36 subport
</span>---
python/py-scikit-hep-mplhep_data/Portfile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
<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 5c16881cd2a..1e263e7284c 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;'>@@ -10,8 +10,6 @@ github.setup scikit-hep mplhep_data 0.0.3 v
</span> revision 0
fetch.type git
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> license MIT
maintainers {jonesc @cjones051073} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,18 +18,14 @@ description Sub-package to hold data (fonts) for mplhep.
</span> long_description {*}${description}
# Supported python versions
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions 36 37 38 39 310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions 37 38 39 310
</span>
if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> depends_build-append \
port:py${python.version}-setuptools
depends_test-append \
port:py${python.version}-pytest
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- livecheck.type none
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> }
# Only allow numbers, to avoid pre-release versions
</pre><pre style='margin:0'>
</pre>