<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ff785c8b284fe957d8859d50d47a43757a205f1a">https://github.com/macports/macports-ports/commit/ff785c8b284fe957d8859d50d47a43757a205f1a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ff785c8b284fe957d8859d50d47a43757a205f1a
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Dec 9 01:43:52 2023 +1100

<span style='display:block; white-space:pre;color:#404040;'>    py-vxi11: mark noarch, platforms darwin any
</span>---
 python/py-vxi11/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-vxi11/Portfile b/python/py-vxi11/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dd64fd6f89e..2c578f71316 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-vxi11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-vxi11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,12 +6,13 @@ PortGroup           python 1.0
</span> 
 github.setup        python-ivi python-vxi11 0.9 v
 name                py-vxi11
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms           {darwin any}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     noarch
</span> license             MIT
 maintainers         {mojca @mojca} openmaintainer
 
 description         Python VXI 11 driver for controlling instruments over Ethernet
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}
</span> 
 #                   https://github.com/python-ivi/python-vxi11
 homepage            http://alexforencich.com/wiki/en/python-vxi11/start
</pre><pre style='margin:0'>

</pre>