<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/df0fbd59c2246cecd16823fdf46acc4528e1ec4d">https://github.com/macports/macports-ports/commit/df0fbd59c2246cecd16823fdf46acc4528e1ec4d</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit df0fbd59c2246cecd16823fdf46acc4528e1ec4d
</span>Author: David Gilman <davidgilman1@gmail.com>
AuthorDate: Mon Nov 6 22:30:17 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> ViennaRNA: remove obsolete python 3.7 variant
</span>---
science/ViennaRNA/Portfile | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ViennaRNA/Portfile b/science/ViennaRNA/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ce2e85c666d..59ae38a5045 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ViennaRNA/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ViennaRNA/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,21 +41,14 @@ depends_lib-append port:gsl \
</span> test.run yes
test.target check
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python38 python39 description {Enable python3.7 wrappers} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-append port:python37
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-replace --without-python3 PYTHON3=${prefix}/bin/python3.7
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-append PYTHON3_DIR=${frameworks_dir}/Python.framework/Versions/3.7/lib/python3.7/site-packages
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-append PYTHON3_EXECDIR=${frameworks_dir}/Python.framework/Versions/3.7/lib/python3.7/site-packages
</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 description {Enable python3.8 wrappers} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 description {Enable python3.8 wrappers} {
</span> depends_lib-append port:python38
configure.args-replace --without-python3 PYTHON3=${prefix}/bin/python3.8
configure.args-append PYTHON3_DIR=${frameworks_dir}/Python.framework/Versions/3.8/lib/python3.8/site-packages
configure.args-append PYTHON3_EXECDIR=${frameworks_dir}/Python.framework/Versions/3.8/lib/python3.8/site-packages
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python37 python38 description {Enable python3.9 wrappers} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 description {Enable python3.9 wrappers} {
</span> depends_lib-append port:python39
configure.args-replace --without-python3 PYTHON3=${prefix}/bin/python3.9
configure.args-append PYTHON3_DIR=${frameworks_dir}/Python.framework/Versions/3.9/lib/python3.9/site-packages
</pre><pre style='margin:0'>
</pre>