<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/408f9a2887a56db1c89d07fb19011a1da98e8a77">https://github.com/macports/macports-ports/commit/408f9a2887a56db1c89d07fb19011a1da98e8a77</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 408f9a2887a py-editables: fix platforms
</span>408f9a2887a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 408f9a2887a56db1c89d07fb19011a1da98e8a77
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Sat Dec 3 13:01:19 2022 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-editables: fix platforms
</span>---
 python/py-editables/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-editables/Portfile b/python/py-editables/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1ed1f27452f..a6cdf27976a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-editables/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-editables/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,13 +7,13 @@ name                py-editables
</span> version             0.3
 revision            0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs     noarch
</span> license             MIT
 maintainers         {mps @Schamschula} openmaintainer
 description         A Python library for creating editable wheels
 long_description    {*}${description} which, when installed, will expose packages in a \
                     local directory on sys.path in editable mode.
 supported_archs     noarch
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms           {darwin any}
</span> 
 homepage            https://github.com/pfmoore/editables
 
</pre><pre style='margin:0'>

</pre>