<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bddb7814a2bb05fea40eaea3d9e1fc35ff1907b6">https://github.com/macports/macports-ports/commit/bddb7814a2bb05fea40eaea3d9e1fc35ff1907b6</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 bddb7814a2b anjuta: Add python39/python310 variants
</span>bddb7814a2b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bddb7814a2bb05fea40eaea3d9e1fc35ff1907b6
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Dec 13 12:37:17 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    anjuta: Add python39/python310 variants
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Default to python39 because that's the default of the python portgroup.
</span>---
 gnome/anjuta/Portfile | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/anjuta/Portfile b/gnome/anjuta/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9ecf26274a3..78002d1c623 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/anjuta/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/anjuta/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -113,31 +113,43 @@ variant vala description {Enable vala support} {
</span> 
 default_variants +devhelp +glade
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python36 python37 python38 description {Use Python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python36 python37 python38 python39 python310 description {Use Python 2.7} {
</span>     configure.python        ${prefix}/bin/python2.7
     depends_lib-append      port:py27-gobject3
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python37 python38 description {Use Python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python37 python38 python39 python310 description {Use Python 3.6} {
</span>     configure.python        ${prefix}/bin/python3.6
     depends_lib-append      port:py36-gobject3
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python36 python38 description {Use Python 3.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python36 python38 python39 python310 description {Use Python 3.7} {
</span>     configure.python        ${prefix}/bin/python3.7
     depends_lib-append      port:py37-gobject3
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 python36 python37 description {Use Python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python36 python37 python39 python310 description {Use Python 3.8} {
</span>     configure.python        ${prefix}/bin/python3.8
     depends_lib-append      port:py38-gobject3
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python27 python36 python37 python38 python310 description {Use Python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python        ${prefix}/bin/python3.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:py39-gobject3
</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;'>+variant python310 conflicts python27 python36 python37 python38 python39 description {Use Python 3.10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python        ${prefix}/bin/python3.10
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:py310-gobject3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {![variant_isset python27] \
     && ![variant_isset python36] \
     && ![variant_isset python37] \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants-append +python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    && ![variant_isset python38] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    && ![variant_isset python39] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants-append +python39
</span> }
 
 post-activate {
</pre><pre style='margin:0'>

</pre>