<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/a5c71dc1b3b0ec8f412de36672bbff3dbce0b96a">https://github.com/macports/macports-ports/commit/a5c71dc1b3b0ec8f412de36672bbff3dbce0b96a</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 a5c71dc1b3b holoviews: update to 1.14.3, default to python39
</span>a5c71dc1b3b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a5c71dc1b3b0ec8f412de36672bbff3dbce0b96a
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Apr 9 05:32:32 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    holoviews: update to 1.14.3, default to python39
</span>---
 science/holoviews/Portfile | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

<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 06b2c436842..86b1f4dbae1 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;'>@@ -4,29 +4,30 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 PortGroup           python 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        pyviz holoviews 1.14.2 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        pyviz holoviews 1.14.3 v
</span> revision            0
 categories-prepend  science
 license             BSD
 maintainers         {mps @Schamschula} openmaintainer
 description         HoloViews is an open-source Python library designed to make data \
                     analysis and visualization seamless and simple.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description} With HoloViews, you can usually express what you \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description} With HoloViews, you can usually express what you \
</span>                     want to do in very few lines of code, letting you focus on what you \
                     are trying to explore and convey, not on the process of plotting.
 platforms           darwin
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  05cfb85d6e7de14876cdeca71b0a24adf9b18413 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  d7b0af5a7ee31e0c216a684cb3ebfd832e61c00b3f3e3e8030ab548b2da939f6 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    4784525
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  6ca37b78133b22cd8cd4cd59216a7ed3f406e537 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  9579ff115ceda39d6769d5779d9b7d04ab4ed81ea15063796637f1a459442e0f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    4785913
</span> 
 variant python36 conflicts python37 python38 python39 description {Use Python 3.6} {}
 variant python37 conflicts python36 python38 python39 description {Use Python 3.7} {}
 variant python38 conflicts python36 python37 python39 description {Use Python 3.8} {}
 variant python39 conflicts python36 python37 python38 description {Use Python 3.9} {}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python36] && ![variant_isset python37] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python36] && ![variant_isset python37] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    && ![variant_isset python38] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python39
</span> }
 
 foreach pv {39 38 37 36} {
</pre><pre style='margin:0'>

</pre>