<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/3ab1e3b6bd067299614ffa0626ee7b4994f76a45">https://github.com/macports/macports-ports/commit/3ab1e3b6bd067299614ffa0626ee7b4994f76a45</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3ab1e3b6bd067299614ffa0626ee7b4994f76a45
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Mon Dec 13 15:35:09 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    holoviews: add py-panel dependency, py310 subport
</span>---
 science/holoviews/Portfile | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 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 7f315471dec..c8407c0386e 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;'>@@ -5,7 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           python 1.0
 
 github.setup        pyviz holoviews 1.14.6 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories-prepend  science
 license             BSD
 maintainers         {mps @Schamschula} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,17 +20,17 @@ checksums           rmd160  f6d8e47cebf66674af886fa3aa202aa53f046d93 \
</span>                     sha256  98017e2145a3a92d9f39d6d3af0bf4838a06ca191236119009db4b048244f008 \
                     size    4791668
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python37 python38 python39 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python36 python38 python39 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python36 python37 python39 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python36 python37 python38 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python38 python39 python310 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python37 python39 python310 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python37 python38 python310 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python37 python38 python39 description {Use Python 3.10} {}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python36] && ![variant_isset python37] \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    && ![variant_isset python38] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python37] && ![variant_isset python37] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    && ![variant_isset python39] && ![variant_isset python310]} {
</span>     default_variants +python39
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {39 38 37 36} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {310 39 38 37} {
</span>     if {[variant_isset python${pv}]} {
         python.default_version ${pv}
         break
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,6 +42,7 @@ depends_build-append \
</span> 
 depends_lib-append  port:py${python.version}-matplotlib \
                     port:py${python.version}-notebook \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-panel \
</span>                     port:py${python.version}-param \
                     port:py${python.version}-pyct \
                     port:py${python.version}-pyviz_comms
</pre><pre style='margin:0'>

</pre>