<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/6976911dfd0542361d97f927e825daf6166646af">https://github.com/macports/macports-ports/commit/6976911dfd0542361d97f927e825daf6166646af</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 6976911dfd0 py-note-seq: mark noarch, platforms darwin any
</span>6976911dfd0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6976911dfd0542361d97f927e825daf6166646af
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Jan 9 20:14:28 2023 +1100

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-note-seq/Portfile b/python/py-note-seq/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0e60785b118..9657efc51a4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-note-seq/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-note-seq/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,12 +9,13 @@ revision            0
</span> name                py-${github.project}
 categories-append   audio
 
<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             Apache-2
 maintainers         nomaintainer
 
 description         Use machine learning to create art and music.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description}. This is\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}. This is\
</span>                     the home for our serializable NoteSequence\
                     representation along with utilities for: creating\
                     them from various formats (e.g., MIDI, abc,\
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,13 +33,11 @@ checksums           rmd160  1487efc7f871a6cfe6e96980fe1d4e613ab84f17 \
</span>                     size    955437
 
 python.versions     37 38 39
<span style='display:block; white-space:pre;background:#e0ffe0;'>+python.pep517       yes
</span> 
 if {${name} ne ${subport}} {
     # diff -NaurdwB ./note-seq-orig/setup.py ./note-seq-new/setup.py | sed -E -e 's/\.\/note-seq-(orig|new)*\/(setup.py)(\.[[:alnum:]]+)*/\.\/setup.py/' > ./patch-setup.py.diff
     patchfiles      patch-setup.py.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:py${python.version}-setuptools
</span> 
     depends_run-append \
                     port:py${python.version}-absl \
</pre><pre style='margin:0'>

</pre>