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

<span style='display:block; white-space:pre;color:#808000;'>commit 3140202fd7ca4c0cd7e66066e8f7af3e5d900bfd
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun Jan 8 13:30:10 2023 +1100

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pygtkhelpers/Portfile b/python/py-pygtkhelpers/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1ac11ecab29..2a993443352 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pygtkhelpers/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pygtkhelpers/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,11 +7,12 @@ PortGroup               deprecated 1.0
</span> name                    py-pygtkhelpers
 version                 0.4.3
 revision                0
<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                 LGPL-3
 maintainers             nomaintainer
 description             A library to assist the building of PyGTK applications.
<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> 
 homepage                https://pypi.python.org/pypi/${python.rootname}
 master_sites            pypi:p/${python.rootname}
</pre><pre style='margin:0'>

</pre>