<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ea94ba62ff537e29cf9810e11974f93ea09e6be9">https://github.com/macports/macports-ports/commit/ea94ba62ff537e29cf9810e11974f93ea09e6be9</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ea94ba62ff537e29cf9810e11974f93ea09e6be9
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Jun 11 20:06:43 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> poetry: default to python 3.9
</span>---
python/poetry/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/poetry/Portfile b/python/poetry/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 728ff300cf6..3d3a1b61d45 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/poetry/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/poetry/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,8 +31,8 @@ variant python37 conflicts python38 python39 description {Use Python 3.7} {}
</span> variant python38 conflicts python37 python39 description {Use Python 3.8} {}
variant python39 conflicts python37 python38 description {Use Python 3.9} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python37] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants +python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python37] && ![variant_isset python33] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants +python39
</span> }
foreach pv {39 38 37} {
</pre><pre style='margin:0'>
</pre>