<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/a2b1e1b47c8f2a8d966ffc94bdeb58440c0dd3dc">https://github.com/macports/macports-ports/commit/a2b1e1b47c8f2a8d966ffc94bdeb58440c0dd3dc</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a2b1e1b47c8f2a8d966ffc94bdeb58440c0dd3dc
</span>Author: David Gilman <davidgilman1@gmail.com>
AuthorDate: Mon Nov 6 21:31:01 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> PothosLiquidDSP: remove obsolete python 3.7 variant
</span>---
science/PothosLiquidDSP/Portfile | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/PothosLiquidDSP/Portfile b/science/PothosLiquidDSP/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index de790bed528..d49bce2e06d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/PothosLiquidDSP/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/PothosLiquidDSP/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,29 +26,24 @@ compiler.cxx_standard 2011
</span> # set Python version and variants
set PythonVersionNoDot ""
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python38 python39 python310 description {Build using Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python37 python39 python310 description {Build using Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python37 python38 python310 description {Build using Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python37 python38 python39 description {Build using Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 python310 description {Build using Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 python310 description {Build using Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python38 python39 description {Build using Python 3.10} {}
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![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:#e0ffe0;'>+if {![variant_isset python38] &&
</span> ![variant_isset python39] &&
![variant_isset python310]} {
default_variants +python39
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![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:#e0ffe0;'>+if {![variant_isset python38] &&
</span> ![variant_isset python39] &&
![variant_isset python310]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ui_error "\n\nYou must select one of the variants +python37, +python38, +python39, or +python310.\n"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ui_error "\n\nYou must select one of the variants +python38, +python39, or +python310.\n"
</span> return -code error "Invalid variant selection"
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {[variant_isset python37]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- set PythonVersionNoDot "37"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-} elseif {[variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[variant_isset python38]} {
</span> set PythonVersionNoDot "38"
} elseif {[variant_isset python310]} {
set PythonVersionNoDot "310"
</pre><pre style='margin:0'>
</pre>