<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/944b68358ca29debf66f9fb86fc3bf88a327d890">https://github.com/macports/macports-ports/commit/944b68358ca29debf66f9fb86fc3bf88a327d890</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 944b68358ca cmake,cmake-devel: remove variants for EOL Python versions
</span>944b68358ca is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 944b68358ca29debf66f9fb86fc3bf88a327d890
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Fri Nov 24 14:45:07 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> cmake,cmake-devel: remove variants for EOL Python versions
</span>---
devel/cmake-devel/Portfile | 2 +-
devel/cmake/Portfile | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cmake-devel/Portfile b/devel/cmake-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index adebd4a0714..2bcc62c19d1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cmake-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cmake-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -269,7 +269,7 @@ subport ${subport_docs} {
</span> }
# Supported pythons
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set python_versions {35 36 37 38 39 310 311}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set python_versions {38 39 310 311}
</span>
# declare all +python* variants, with conflicts
foreach pyver ${python_versions} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cmake/Portfile b/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a6587664a3f..14e1056067b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -211,7 +211,7 @@ post-destroot {
</span> # due to the default compiler needing cmake to build.
if {[info exists cmake_bootstrapping]} {
set some_variant_disabled 0
<span style='display:block; white-space:pre;background:#ffe0e0;'>- foreach vname { qt5 docs python35 python36 python37 python38 python39 python310 python311 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ foreach vname { qt5 docs python38 python39 python310 python311} {
</span> if {[variant_isset $vname]} {
unset ::variations($vname)
set some_variant_disabled 1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -236,7 +236,7 @@ if {![variant_isset qt5]} {
</span> }
# Supported pythons
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python_versions {35 36 37 38 39 310 311}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_versions {38 39 310 311}
</span>
# declare all +python* variants, with conflicts
foreach pyver ${python_versions} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -287,7 +287,7 @@ if {[variant_isset docs]} {
</span> }
if {!${python_isset}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ui_error "\n\nYou must select exactly one of the +python35, +python36, +python37, +python38, +python39, +python310, or +python311 variants when using variant +docs.\n"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ui_error "\n\nYou must select exactly one of the +python38, +python39, +python310, or +python311 variants when using variant +docs.\n"
</span> return -code error "Invalid variant selection"
}
}
</pre><pre style='margin:0'>
</pre>