<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cebdf3d09798938a3eaf74e779fd7d036a35ac28">https://github.com/macports/macports-ports/commit/cebdf3d09798938a3eaf74e779fd7d036a35ac28</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 cebdf3d0979 littleutils: default to +python310
</span>cebdf3d0979 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cebdf3d09798938a3eaf74e779fd7d036a35ac28
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Jul 4 01:32:31 2022 +1000

<span style='display:block; white-space:pre;color:#404040;'>    littleutils: default to +python310
</span>---
 sysutils/littleutils/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/littleutils/Portfile b/sysutils/littleutils/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fe6d56cdd84..e87eff0b2b1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/littleutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/littleutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -77,8 +77,8 @@ variant python310 conflicts python37 python38 python39 description {Use Python 3
</span>                     port:python310
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python310
</span> }
 
 livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
</pre><pre style='margin:0'>

</pre>