<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/e5d9e44d67540764f6d4f2b467f26908d54e131f">https://github.com/macports/macports-ports/commit/e5d9e44d67540764f6d4f2b467f26908d54e131f</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 e5d9e44d675 itstool: remove experimental designation for python3 variants.
</span>e5d9e44d675 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e5d9e44d67540764f6d4f2b467f26908d54e131f
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Fri Aug 14 15:22:03 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    itstool: remove experimental designation for python3 variants.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://github.com/macports/macports-ports/pull/8001.
</span>---
 textproc/itstool/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 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 ba496c150de..9e96b636e57 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;'>@@ -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 (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)} {
</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 (experi
</span>                     port:py37-libxml2
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-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;'>+variant python38 conflicts python27 python37 description {Use Python 3.8} {
</span>     configure.python \
                     ${prefix}/bin/python3.8
 
</pre><pre style='margin:0'>

</pre>