<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/418ccd9e7c850728c61f98e2234121d3e24bff6b">https://github.com/macports/macports-ports/commit/418ccd9e7c850728c61f98e2234121d3e24bff6b</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 418ccd9  holoviews: update to 1.13.0
</span>418ccd9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 418ccd9e7c850728c61f98e2234121d3e24bff6b
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Mar 22 06:36:03 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    holoviews: update to 1.13.0
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    make python38 the default variant
</span>---
 science/holoviews/Portfile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 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 6c84784..1657a4e 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,7 +4,7 @@ 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.12.7 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        pyviz holoviews 1.13.0 v
</span> revision            0
 categories-prepend  science
 license             BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,15 +16,16 @@ long_description    ${description} With HoloViews, you can usually express what
</span>                     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  490e424ec17495510073db69cb3336d7b3a70a76 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  3b763b6f040ee2c99b858c6663e089711892a7cbd882e2de88d260a76bec8582 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    4653528
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  16e3eb238b733962a0b3d497196641ec4ec86072 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  6c56d8d0bb39ae2742b3f8e541be71307ff9adaaa6c814cf271c225863dd2691 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    4805983
</span> 
 python.versions     36 37 38
 
 depends_lib-append  port:py${python.version}-matplotlib \
                     port:py${python.version}-notebook \
                     port:py${python.version}-param \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-pyct \
</span>                     port:py${python.version}-pyviz_comms \
                     port:py${python.version}-setuptools
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,7 +42,7 @@ variant python38 conflicts python36 python37 description {Use Python 3.8} {
</span> }
 
 if {![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python38
</span> }
 
 github.livecheck.regex  {(\d\.\d+(\.\d+)?(?!a))}
</pre><pre style='margin:0'>

</pre>