<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/a94240d97fc9c66c821d526b3671f44d4905a27c">https://github.com/macports/macports-ports/commit/a94240d97fc9c66c821d526b3671f44d4905a27c</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new a94240d97fc napari: add python311 variant, make default
</span>a94240d97fc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a94240d97fc9c66c821d526b3671f44d4905a27c
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Sun Oct 22 10:33:27 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    napari: add python311 variant, make default
</span>---
 science/napari/Portfile | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/napari/Portfile b/science/napari/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3cd2879b357..16032c2da18 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/napari/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/napari/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,15 +23,16 @@ checksums           rmd160  982482a9ba871b7832425a336718ba4a6f309090 \
</span>                     sha256  daea9ab94124140fc0f715e945dd1dd6dc3056a1cb2f2cc31fc29b80162943e4 \
                     size    10554255
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 python310 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 python310 python311 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 python310 python311 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python38 python39 python311 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python38 python39 python310 description {Use Python 3.11} {}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python311
</span> }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {310 39 38} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {311 310 39 38} {
</span>     if {[variant_isset python${pv}]} {
         python.default_version ${pv}
         break
</pre><pre style='margin:0'>

</pre>