<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/77ce3e86594a08ed0423c4e9e09b8787de30399e">https://github.com/macports/macports-ports/commit/77ce3e86594a08ed0423c4e9e09b8787de30399e</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 77ce3e86594 xorg-libxcb, xorg-xcb-proto: update python variants
</span>77ce3e86594 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 77ce3e86594a08ed0423c4e9e09b8787de30399e
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Jan 1 18:17:10 2025 +1100

<span style='display:block; white-space:pre;color:#404040;'>    xorg-libxcb, xorg-xcb-proto: update python variants
</span>---
 x11/xorg-libxcb/Portfile    | 24 ++++++++++++------------
 x11/xorg-xcb-proto/Portfile | 24 ++++++++++++------------
 2 files changed, 24 insertions(+), 24 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/xorg-libxcb/Portfile b/x11/xorg-libxcb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f6affe38d74..62a2ab65011 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/xorg-libxcb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/xorg-libxcb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,38 +59,38 @@ variant docs description "Install extra documentation" {
</span> #
 # [1] https://gitlab.freedesktop.org/xorg/lib/libxcb/blob/1.13.1/configure.ac#L85
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 python311 python312 description {Use python 3.8} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append    port:python38
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    license_noconflict      python38
</span><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;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 python310 python311 python312 description {Use python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python310 python311 python312 python313 description {Use python 3.9} {
</span>     depends_build-append    port:python39
     license_noconflict      python39
     configure.python        ${prefix}/bin/python3.9
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 python311 python312 description {Use python 3.10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python39 python311 python312 python313 description {Use python 3.10} {
</span>     depends_build-append    port:python310
     license_noconflict      python310
     configure.python        ${prefix}/bin/python3.10
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 python312 description {Use python 3.11} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python39 python310 python312 python313 description {Use python 3.11} {
</span>     depends_build-append    port:python311
     license_noconflict      python311
     configure.python        ${prefix}/bin/python3.11
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts python38 python39 python310 python311 description {Use python 3.12} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python39 python310 python311 python313 description {Use python 3.12} {
</span>     depends_build-append    port:python312
     license_noconflict      python312
     configure.python        ${prefix}/bin/python3.12
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python313 conflicts python39 python310 python311 python312 description {Use python 3.13} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append    port:python313
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    license_noconflict      python313
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python        ${prefix}/bin/python3.13
</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;'>+if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python313
</span> }
 
 livecheck.type  regex
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/xorg-xcb-proto/Portfile b/x11/xorg-xcb-proto/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 109614f2e09..063297f4dfb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/xorg-xcb-proto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/xorg-xcb-proto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,38 +35,38 @@ depends_run     port:libxml2
</span> #
 # [1] https://github.com/polybar/xpp
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 python311 python312 description {Use python 3.8} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append    port:python38
</span><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;'>-    license_noconflict      python38
</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 python39 conflicts python38 python310 python311 python312 description {Use python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python310 python311 python312 python313 description {Use python 3.9} {
</span>     depends_build-append    port:python39
     configure.python        ${prefix}/bin/python3.9
     license_noconflict      python39
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 python311 python312 description {Use python 3.10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python39 python311 python312 python313 description {Use python 3.10} {
</span>     depends_build-append    port:python310
     configure.python        ${prefix}/bin/python3.10
     license_noconflict      python310
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 python312 description {Use python 3.11} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python39 python310 python312 python313 description {Use python 3.11} {
</span>     depends_build-append    port:python311
     configure.python        ${prefix}/bin/python3.11
     license_noconflict      python311
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts python38 python39 python310 python311 description {Use python 3.12} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python39 python310 python311 python313 description {Use python 3.12} {
</span>     depends_build-append    port:python312
     configure.python        ${prefix}/bin/python3.12
     license_noconflict      python312
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python313 conflicts python39 python310 python311 python312 description {Use python 3.13} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append    port:python313
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python        ${prefix}/bin/python3.13
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    license_noconflict      python313
</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;'>+if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python313
</span> }
 
 livecheck.type  regex
</pre><pre style='margin:0'>

</pre>