<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/a27763a6ccd859586e4d41188a0d8ea2156c6af0">https://github.com/macports/macports-ports/commit/a27763a6ccd859586e4d41188a0d8ea2156c6af0</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 a27763a6ccd py-pyviz_comms: set noarch, remove py36 subport
</span>a27763a6ccd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a27763a6ccd859586e4d41188a0d8ea2156c6af0
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Thu Jan 27 18:40:42 2022 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-pyviz_comms: set noarch, remove py36 subport
</span>---
 python/py-pyviz_comms/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pyviz_comms/Portfile b/python/py-pyviz_comms/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2f6f3b53da3..4dfe75a229e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pyviz_comms/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pyviz_comms/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,14 +13,14 @@ description         Offers a simple bidirectional communication architecture for
</span>                     tools including support for Jupyter comms in both the classic \
                     notebook and Jupyterlab.
 long_description    {*}${description}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     noarch
</span> homepage            https://github.com/holoviz/pyviz_comms
 
 checksums           rmd160  4b7a9ef06cf0d955ca681643de20b7c58c48e135 \
                     sha256  f4a7126f318fb6b964fef3f92fa55bc46b9218f62a8464a8b18e968b3087dbc0 \
                     size    31140
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     36 37 38 39 310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     37 38 39 310
</span> 
 if {${name} ne ${subport}} {
     depends_build-append \
</pre><pre style='margin:0'>

</pre>