<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/eb8afdd10e00203b068f063d59c628740f8f8f1f">https://github.com/macports/macports-ports/commit/eb8afdd10e00203b068f063d59c628740f8f8f1f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit eb8afdd10e00203b068f063d59c628740f8f8f1f
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Tue Dec 7 07:38:25 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    poetry: add python310 variant
</span>---
 python/poetry/Portfile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 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 0efd2143dba..7b23f227bc3 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;'>@@ -27,15 +27,16 @@ checksums               rmd160  2c3b8a3137d0433188de89f91a8b156f4d2baced \
</span>                         sha256  5c66e2357fe37b552462a88b7d31bfa2ed8e84172208becd666933c776252567 \
                         size    135789
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python38 python39 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python37 python39 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python37 python38 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python38 python39 python310 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python37 python39 python310 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python37 python38 python310 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python37 python38 python39 description {Use Python 3.10} {}
</span> 
<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 python37] && ![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} {
</span>     default_variants +python39
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {39 38 37} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {310 39 38 37} {
</span>     if {[variant_isset python${pv}]} {
         python.default_version  ${pv}
         break
</pre><pre style='margin:0'>

</pre>