<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/ffe0916a6ae61643badf5d7954cb65ae690b8a43">https://github.com/macports/macports-ports/commit/ffe0916a6ae61643badf5d7954cb65ae690b8a43</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ffe0916a6ae61643badf5d7954cb65ae690b8a43
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Thu Nov 7 10:42:30 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    poetry: update to 1.8.4, drop python38 variant
</span>---
 python/poetry/Portfile | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 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 80272399b71..1b21c3c0bf0 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;'>@@ -4,7 +4,7 @@ PortSystem              1.0
</span> PortGroup               python 1.0
 
 name                    poetry
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version                 1.8.3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version                 1.8.4
</span> revision                0
 categories-append       devel
 platforms               {darwin any}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,21 +23,20 @@ long_description        Poetry: Dependency Management for Python. \
</span> 
 homepage                https://python-poetry.org/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums               rmd160  99539c1e473ac4cdf238dae6ef8f4969e836ddbd \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        sha256  67f4eb68288eab41e841cc71a00d26cf6bdda9533022d0189a145a34d0a35f48 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        size    1518910
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums               rmd160  6d613084f993d446ad044cdf727565c83883d087 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        sha256  5490f8da66d17eecd660e091281f8aaa5554381644540291817c249872c99202 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        size    1519163
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 python311 python312 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 python310 python311 python312 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 python311 python312 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 python312 description {Use Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts python38 python39 python310 python311 description {Use Python 3.12} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python310 python311 python312 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python39 python311 python312 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python39 python310 python312 description {Use Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python39 python310 python311 description {Use Python 3.12} {}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
</span>     default_variants +python312
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {312 311 310 39 38} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {312 311 310 39} {
</span>     if {[variant_isset python${pv}]} {
         python.default_version  ${pv}
         break
</pre><pre style='margin:0'>

</pre>