<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/9427149cdbfcdf7f69340e1e676a8698beb52585">https://github.com/macports/macports-ports/commit/9427149cdbfcdf7f69340e1e676a8698beb52585</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 9427149cdbf holoviews: remove references to python27 variant
</span>9427149cdbf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9427149cdbfcdf7f69340e1e676a8698beb52585
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Dec 11 21:01:34 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    holoviews: remove references to python27 variant
</span>---
 science/holoviews/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 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 5c9be65b11d..fc4146f288b 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,10 +20,10 @@ checksums           rmd160  449e8e01c3891e5bbd0f65fba3a996a970f7ce12 \
</span>                     sha256  c8f6bf66233eec40c82625e8bfaf5b15a111a205b6d7ceca0878f3a6958ceba3 \
                     size    4773282
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python37 python38 python39 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python36 python38 python39 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 python36 python37 python39 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python27 python36 python37 python38 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python37 python38 python39 description {Use Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python36 python38 python39 description {Use Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python36 python37 python39 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python36 python37 python38 description {Use Python 3.9} {}
</span> 
 if {![variant_isset python36] && ![variant_isset python37] && ![variant_isset python39]} {
     default_variants +python38
</pre><pre style='margin:0'>

</pre>