<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/a06cf5d810947e6f4e47e393be0da16b1182b34e">https://github.com/macports/macports-ports/commit/a06cf5d810947e6f4e47e393be0da16b1182b34e</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 a06cf5d8109 py-usbtmc: mark noarch, platforms darwin any
</span>a06cf5d8109 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a06cf5d810947e6f4e47e393be0da16b1182b34e
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Jan 13 07:19:51 2023 +1100

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-usbtmc/Portfile b/python/py-usbtmc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 176f9d5784b..23f0056ccb9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-usbtmc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-usbtmc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,12 +6,13 @@ PortGroup           github 1.0
</span> 
 github.setup        python-ivi python-usbtmc 0.8 v
 name                py-usbtmc
<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         USBTMC driver for controlling instruments over USB
<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-usbtmc
 homepage            http://alexforencich.com/wiki/en/python-usbtmc/start
</pre><pre style='margin:0'>

</pre>