<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/24592bccc6b7a4707dae1b9b0de2bab863d074ce">https://github.com/macports/macports-ports/commit/24592bccc6b7a4707dae1b9b0de2bab863d074ce</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 24592bccc6b itstool: Default to python38 (python27 is EOL)
</span>24592bccc6b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 24592bccc6b7a4707dae1b9b0de2bab863d074ce
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Aug 6 21:14:08 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    itstool: Default to python38 (python27 is EOL)
</span>---
 textproc/itstool/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 51f2eacafde..ba496c150de 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;'>@@ -57,7 +57,7 @@ variant python38 conflicts python27 python37 description {Use Python 3.8 (experi
</span> }
 
 if {![variant_isset python27] && ![variant_isset python37] && ![variant_isset python38]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python27
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python38
</span> }
 
 livecheck.type      regex
</pre><pre style='margin:0'>

</pre>