<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/7570f8b92b833b5b2d5fbdd29848c97d0d23a4e0">https://github.com/macports/macports-ports/commit/7570f8b92b833b5b2d5fbdd29848c97d0d23a4e0</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 7570f8b92b8 glade: update python variants
</span>7570f8b92b8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7570f8b92b833b5b2d5fbdd29848c97d0d23a4e0
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Thu Jan 13 12:23:25 2022 -0800

<span style='display:block; white-space:pre;color:#404040;'>    glade: update python variants
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Update variants to +python38 +python39 +python310, default +python39.
</span>---
 devel/glade/Portfile | 51 ++++++++++++++++++++-------------------------------
 1 file changed, 20 insertions(+), 31 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/glade/Portfile b/devel/glade/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 95bc563c9fa..8aac9f85754 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/glade/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/glade/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           active_variants 1.1
</span> 
 name                glade
 version             3.36.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> license             LGPL-2+ GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Glade is a RAD tool to enable quick & easy development of user interfaces \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,51 +57,40 @@ configure.args      --enable-gladeui \
</span> configure.cflags-append \
                     -Wno-format-nonliteral
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python36 python37 python38 description {Build Python 2.7 widgets support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 python310 description {Build Python 3.8 widgets support} {
</span>     configure.args-replace      --disable-python --enable-python
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python            ${prefix}/bin/python2.7
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    set python_framework        ${frameworks_dir}/Python.framework/Versions/2.7
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.env-append        PYTHON_LIBS=-lpython2.7 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                                PYTHON_LIB_LOC=${prefix}/lib
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append          port:py27-gobject3
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.pkg_config_path   ${python_framework}/lib/pkgconfig
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python37 python38 description {Build Python 3.6 widgets support} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-replace      --disable-python --enable-python
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python            ${prefix}/bin/python3.6
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    set python_framework        ${frameworks_dir}/Python.framework/Versions/3.6
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.env-append        "PYTHON_LIBS=-L${python_framework}/lib -lpython3.6" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python            ${prefix}/bin/python3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set python_framework        ${frameworks_dir}/Python.framework/Versions/3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.env-append        "PYTHON_LIBS=-L${python_framework}/lib -lpython3.8" \
</span>                                 PYTHON_LIB_LOC=${python_framework}/lib
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append          port:py36-gobject3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append          port:py38-gobject3
</span>     configure.pkg_config_path   ${python_framework}/lib/pkgconfig
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python36 python38 description {Build Python 3.7 widgets support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 python310 description {Build Python 3.9 widgets support} {
</span>     configure.args-replace      --disable-python --enable-python
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python            ${prefix}/bin/python3.7
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    set python_framework        ${frameworks_dir}/Python.framework/Versions/3.7
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.env-append        "PYTHON_LIBS=-L${python_framework}/lib -lpython3.7" \
</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;'>+    set python_framework        ${frameworks_dir}/Python.framework/Versions/3.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.env-append        "PYTHON_LIBS=-L${python_framework}/lib -lpython3.9" \
</span>                                 PYTHON_LIB_LOC=${python_framework}/lib
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append          port:py37-gobject3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append          port:py39-gobject3
</span>     configure.pkg_config_path   ${python_framework}/lib/pkgconfig
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 python36 python37 description {Build Python 3.8 widgets support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python38 python39 description {Build Python 3.10 widgets support} {
</span>     configure.args-replace      --disable-python --enable-python
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python            ${prefix}/bin/python3.8
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    set python_framework        ${frameworks_dir}/Python.framework/Versions/3.8
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.env-append        "PYTHON_LIBS=-L${python_framework}/lib -lpython3.8" \
</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;'>+    set python_framework        ${frameworks_dir}/Python.framework/Versions/3.10
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.env-append        "PYTHON_LIBS=-L${python_framework}/lib -lpython3.10" \
</span>                                 PYTHON_LIB_LOC=${python_framework}/lib
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append          port:py38-gobject3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append          port:py310-gobject3
</span>     configure.pkg_config_path   ${python_framework}/lib/pkgconfig
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ![variant_isset python36] && \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ![variant_isset python37] && \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![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 +python39
</span> }
 
 variant webkit2gtk description {Enable WebKit widgets catalog} {
</pre><pre style='margin:0'>

</pre>