<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/e83ba8206625e0c9dbbcab2f6dd31b0c2249d207">https://github.com/macports/macports-ports/commit/e83ba8206625e0c9dbbcab2f6dd31b0c2249d207</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e83ba8206625e0c9dbbcab2f6dd31b0c2249d207
</span>Author: David Gilman <davidgilman1@gmail.com>
AuthorDate: Mon Nov 6 21:20:39 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> LyX: remove obsolete python 3.7 variant
</span>---
aqua/LyX/Portfile | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/LyX/Portfile b/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d867538f50c..673e5b29cab 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -63,26 +63,21 @@ if {![variant_isset qt4]} {
</span> }
# Make the default match boost's default.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python38] && ![variant_isset python39]} {
</span> default_variants-append +python310
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python38 python39 python310 description {Use python37} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_build-append port:python37
</span><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;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python37 python39 python310 description {Use python38} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 python310 description {Use python38} {
</span> depends_build-append port:python38
configure.python ${prefix}/bin/python3.8
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python37 python38 python310 description {Use python39} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 python310 description {Use python39} {
</span> depends_build-append port:python39
configure.python ${prefix}/bin/python3.9
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python37 python38 python39 description {Use python310} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python38 python39 description {Use python310} {
</span> depends_build-append port:python310
configure.python ${prefix}/bin/python3.10
}
</pre><pre style='margin:0'>
</pre>