<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/418b32b65dcfa1403b210ed233d821b1c4f59ea1">https://github.com/macports/macports-ports/commit/418b32b65dcfa1403b210ed233d821b1c4f59ea1</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 418b32b65dcfa1403b210ed233d821b1c4f59ea1
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat May 8 08:15:56 2021 -0400
<span style='display:block; white-space:pre;color:#404040;'> pymol: update variants; remove PY35, add PY39
</span>---
science/pymol/Portfile | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/pymol/Portfile b/science/pymol/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 54d3f398c24..95fb912e2ee 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/pymol/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/pymol/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,36 +26,36 @@ checksums rmd160 e7a962473732172b370e6c7a880384e7a1ffa62e \
</span> sha256 b0af15082c44c92c285cab341506da50407619f5dee09d98fdf2802e356219fd \
size 10552074
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python35 python36 python37 python38 description {Use Python 2.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python27 python36 python37 python38 description {Use Python 3.5} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python35 python37 python38 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python35 python36 python38 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 python35 python36 python37 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python36 python37 python38 python39 description {Use Python 2.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python37 python38 python39 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python36 python38 python39 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python36 python37 python39 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python27 python36 python37 python38 description {Use Python 3.9} {}
</span>
if {[variant_isset python27]} {
python.default_version 27
<span style='display:block; white-space:pre;background:#ffe0e0;'>-} elseif {[variant_isset python35]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- python.default_version 35
</span> } elseif {[variant_isset python36]} {
python.default_version 36
} elseif {[variant_isset python37]} {
python.default_version 37
} elseif {[variant_isset python38]} {
python.default_version 38
<span style='display:block; white-space:pre;background:#e0ffe0;'>+} elseif {[variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ python.default_version 39
</span> } else {
if {[variant_isset x11]} {
# The APBS Tools plugin requires pdb2pqr, which can't be run under python3 yet
default_variants +python27
python.default_version 27
} else {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants +python38
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- python.default_version 38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants +python39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ python.default_version 39
</span> }
}
python.link_binaries no
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_lib-append port:freetype \
port:glew \
port:glm \
</pre><pre style='margin:0'>
</pre>