<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/21f28991a7ef3b92b4f64b269f378c524c7beb60">https://github.com/macports/macports-ports/commit/21f28991a7ef3b92b4f64b269f378c524c7beb60</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 21f28991a7ef3b92b4f64b269f378c524c7beb60
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Wed Apr 6 18:46:45 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    napari: drop python37 variant
</span>---
 science/napari/Portfile | 12 +++++-------
 1 file changed, 5 insertions(+), 7 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 e14f0c2e41a..17983c84e89 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,17 +23,15 @@ checksums           rmd160  a6b9ad34b9c9e466e55d01b86c1bbf3192f8e725 \
</span>                     sha256  0d4cf6067d2112c78a705917aa5e74371463982d80147a898c6b5d2f0b514baa \
                     size    2228322
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python38 python39 python310 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python37 python39 python310 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python37 python38 python310 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python37 python38 python39 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 python310 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 python310 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python38 python39 description {Use Python 3.10} {}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python37] && ![variant_isset python38] \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python38] && ![variant_isset python39]} {
</span>     default_variants +python310
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {310 39 38 37} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {310 39 38} {
</span>     if {[variant_isset python${pv}]} {
         python.default_version ${pv}
         break
</pre><pre style='margin:0'>

</pre>