<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/50050d450f2dfe2cf6296de6adb8068248f23dbd">https://github.com/macports/macports-ports/commit/50050d450f2dfe2cf6296de6adb8068248f23dbd</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 50050d4  itstool: add python38 variant
</span>50050d4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 50050d450f2dfe2cf6296de6adb8068248f23dbd
</span>Author: Jōshin <git@wholezero.org>
AuthorDate: Fri Mar 6 13:17:41 2020 -0800

<span style='display:block; white-space:pre;color:#404040;'>    itstool: add python38 variant
</span>---
 textproc/itstool/Portfile | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 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 666dbc2..51f2eac 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 description {Use Python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python37 python38 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 description {Use Python 2.7} {
</span>                     port:py27-libxml2
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 description {Use Python 3.7 (experimental, still a few bugs)} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python38 description {Use Python 3.7 (experimental, still a few bugs)} {
</span>     configure.python \
                     ${prefix}/bin/python3.7
     
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,7 +48,15 @@ variant python37 conflicts python27 description {Use Python 3.7 (experimental, s
</span>                     port:py37-libxml2
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python37]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python37 description {Use Python 3.8 (experimental, still a few bugs)} {
</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.8
</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:py38-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]} {
</span>     default_variants +python27
 }
 
</pre><pre style='margin:0'>

</pre>