<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/8aaa54dbb4e6fcba99f5b603028e329415a123a2">https://github.com/macports/macports-ports/commit/8aaa54dbb4e6fcba99f5b603028e329415a123a2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 8aaa54dbb4e6fcba99f5b603028e329415a123a2
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Dec 12 23:16:01 2023 +1100
<span style='display:block; white-space:pre;color:#404040;'> py-uncompyle6: set platforms darwin any
</span>---
python/py-uncompyle6/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-uncompyle6/Portfile b/python/py-uncompyle6/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0efe8302f35..e232b9c9645 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-uncompyle6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-uncompyle6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,11 +9,12 @@ revision 0
</span>
categories-append devel
supported_archs noarch
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms {darwin any}
</span> license GPL-3+
maintainers {reneeotten @reneeotten} openmaintainer
description Python cross-version byte-code decompiler
<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://github.com/rocky/python-uncompyle6/
</pre><pre style='margin:0'>
</pre>