<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/822b7aa1c48ea0337c4005c1768c7cfe74fd2d9a">https://github.com/macports/macports-ports/commit/822b7aa1c48ea0337c4005c1768c7cfe74fd2d9a</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 822b7aa1c48 itstool: Change default python to python310 - Remove reference to no longer existing python37 variant
</span>822b7aa1c48 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 822b7aa1c48ea0337c4005c1768c7cfe74fd2d9a
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Sat Apr 16 11:04:04 2022 -0600
<span style='display:block; white-space:pre;color:#404040;'> itstool: Change default python to python310
</span><span style='display:block; white-space:pre;color:#404040;'> - Remove reference to no longer existing python37 variant
</span>---
textproc/itstool/Portfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/itstool/Portfile b/textproc/itstool/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ff81ea71521..f3a7a26b5a8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/itstool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/itstool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,7 +44,7 @@ variant python27 conflicts python38 python39 python310 description {Use Python 2
</span> port:py27-libxml2
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 python37 python39 python310 description {Use Python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python39 python310 description {Use Python 3.8} {
</span> configure.python \
${prefix}/bin/python3.8
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,7 +52,7 @@ variant python38 conflicts python27 python37 python39 python310 description {Use
</span> port:py38-libxml2
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python27 python37 python38 python310 description {Use Python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python27 python38 python310 description {Use Python 3.9} {
</span> configure.python \
${prefix}/bin/python3.9
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,7 +60,7 @@ variant python39 conflicts python27 python37 python38 python310 description {Use
</span> port:py39-libxml2
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python27 python37 python38 python39 description {Use Python 3.10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python27 python38 python39 description {Use Python 3.10} {
</span> configure.python \
${prefix}/bin/python3.10
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,7 +72,7 @@ if {![variant_isset python27] && \
</span> ![variant_isset python38] && \
![variant_isset python39] && \
![variant_isset python310]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants +python39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants +python310
</span> }
livecheck.type regex
</pre><pre style='margin:0'>
</pre>