<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/963dd407c5c048bafbef25f0e265d91f782e5338">https://github.com/macports/macports-ports/commit/963dd407c5c048bafbef25f0e265d91f782e5338</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 963dd407c5c holoviews: fix default_variants
</span>963dd407c5c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 963dd407c5c048bafbef25f0e265d91f782e5338
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Thu Feb 20 07:26:26 2025 -0600

<span style='display:block; white-space:pre;color:#404040;'>    holoviews: fix default_variants
</span>---
 science/holoviews/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/holoviews/Portfile b/science/holoviews/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ac3b3bf56e2..b5d169c3ffa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/holoviews/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/holoviews/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,7 @@ variant python312 conflicts python39 python310 python311 python313 description {
</span> variant python313 conflicts python39 python310 python311 python312 description {Use Python 3.13} {}
 
 if {![variant_isset python39] && ![variant_isset python310]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    && ![variant_isset python311] && ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    && ![variant_isset python311] && ![variant_isset python312]} {
</span>         default_variants +python313
 }
 
</pre><pre style='margin:0'>

</pre>