<pre style='margin:0'>
Blair Zajac (blair) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3d69b409a6def2dabef9bcae4283978fb827d7a1">https://github.com/macports/macports-ports/commit/3d69b409a6def2dabef9bcae4283978fb827d7a1</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 3d69b409a6d itstool: add +python39 variant and make it the default
</span>3d69b409a6d is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 3d69b409a6def2dabef9bcae4283978fb827d7a1
</span>Author: Blair Zajac <blair@macports.org>
AuthorDate: Thu Jan 28 22:01:03 2021 -0800
<span style='display:block; white-space:pre;color:#404040;'> itstool: add +python39 variant and make it the default
</span>---
textproc/itstool/Portfile | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 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 9e96b636e57..2cb0c501243 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;'>@@ -32,7 +32,7 @@ depends_build port:gawk
</span>
patchfiles patch-configure.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python37 python38 description {Use Python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python37 python38 python39 description {Use Python 2.7} {
</span> configure.python \
${prefix}/bin/python2.7
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,7 +40,7 @@ variant python27 conflicts python37 python38 description {Use Python 2.7} {
</span> port:py27-libxml2
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python38 description {Use Python 3.7)} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python38 python39 description {Use Python 3.7} {
</span> configure.python \
${prefix}/bin/python3.7
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,7 +48,7 @@ variant python37 conflicts python27 python38 description {Use Python 3.7)} {
</span> port:py37-libxml2
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 python37 description {Use Python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python37 python39 description {Use Python 3.8} {
</span> configure.python \
${prefix}/bin/python3.8
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,8 +56,16 @@ variant python38 conflicts python27 python37 description {Use Python 3.8} {
</span> port:py38-libxml2
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python37] && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants +python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python27 python37 python38 description {Use Python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.python \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${prefix}/bin/python3.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py39-libxml2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && ![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants +python39
</span> }
livecheck.type regex
</pre><pre style='margin:0'>
</pre>