<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/3029b7357916d0b664a242d5615052db5d53152f">https://github.com/macports/macports-ports/commit/3029b7357916d0b664a242d5615052db5d53152f</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 3029b735791 holoviews: add python39 variant
</span>3029b735791 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3029b7357916d0b664a242d5615052db5d53152f
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Thu Oct 29 08:22:43 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    holoviews: add python39 variant
</span>---
 science/holoviews/Portfile | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 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 568e6fede86..051e9cc8f2b 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;'>@@ -20,7 +20,7 @@ checksums           rmd160  6af32dd57b058a75961620edd78e79c4d4077977 \
</span>                     sha256  61efdbd57a9776cc824c923e24a922e7580c6f674b769ec78e023c6425fe8163 \
                     size    4734712
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     36 37 38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     36 37 38 39
</span> 
 depends_lib-append  port:py${python.version}-matplotlib \
                     port:py${python.version}-notebook \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,20 +29,25 @@ depends_lib-append  port:py${python.version}-matplotlib \
</span>                     port:py${python.version}-pyviz_comms \
                     port:py${python.version}-setuptools
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python37 python38 description {Use Python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python37 python38 python39 description {Use Python 3.6} {
</span>     python.default_version 36
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python36 python38 description {Use Python 3.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python36 python38 python39 description {Use Python 3.7} {
</span>     python.default_version 37
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python36 python37 description {Use Python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python36 python37 python39 description {Use Python 3.8} {
</span>     python.default_version 38
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python36 python37 python38 description {Use Python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    python.default_version 39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</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 +python38
</span> }
 
 github.livecheck.regex  {(\d\.\d+(\.\d+)?(?!a))}
</pre><pre style='margin:0'>

</pre>