<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/93a9c2fb3377102a7d635cd9527941058b7e6b7c">https://github.com/macports/macports-ports/commit/93a9c2fb3377102a7d635cd9527941058b7e6b7c</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 93a9c2fb337 py-soundfile: Add Python 311
</span>93a9c2fb337 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 93a9c2fb3377102a7d635cd9527941058b7e6b7c
</span>Author: Steven Thomas Smith <s.t.smith@ieee.org>
AuthorDate: Fri Aug 18 17:42:57 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-soundfile: Add Python 311
</span>---
 python/py-soundfile/Portfile | 26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-soundfile/Portfile b/python/py-soundfile/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a73afdf31a3..c9f5f6cacf7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-soundfile/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-soundfile/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,18 +14,18 @@ supported_archs     noarch
</span> license             BSD
 maintainers         nomaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-description         SoundFile is an audio library based on libsndfile,\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         SoundFile is an audio library based on libsndfile, \
</span>                     CFFI, and NumPy.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    {*}${description} SoundFile can read and write sound\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    files. File reading/writing is supported through\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    libsndfile, which is a free, cross-platform,\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    open-source (LGPL) library for reading and writing\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    many different sampled sound file formats that\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    runs on many platforms including Windows, OS X,\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    and Unix. It is accessed through CFFI, which is a\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    foreign function interface for Python calling C\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    code. CFFI is supported for CPython 2.6+, 3.x and\
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    PyPy 2.0+. SoundFile represents audio data as\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description} SoundFile can read and write sound \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    files. File reading/writing is supported through \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    libsndfile, which is a free, cross-platform, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    open-source (LGPL) library for reading and writing \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    many different sampled sound file formats that \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    runs on many platforms including Windows, OS X, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    and Unix. It is accessed through CFFI, which is a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    foreign function interface for Python calling C \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    code. CFFI is supported for CPython 2.6+, 3.x and \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    PyPy 2.0+. SoundFile represents audio data as \
</span>                     NumPy arrays.
 
 checksums           rmd160  2c6637646b56575bfd0831546ab8dc127d3bf11c \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,7 @@ checksums           rmd160  2c6637646b56575bfd0831546ab8dc127d3bf11c \
</span> # See: https://trac.macports.org/wiki/PortfileRecipes#stealth-updates
 dist_subdir         ${name}/${version}_1
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     37 38 39 310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     37 38 39 310 311
</span> 
 if {${name} ne ${subport}} {
     depends_build-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -63,6 +63,4 @@ if {${name} ne ${subport}} {
</span>         xinstall -m 0644 -W ${worksrcpath} LICENSE README.rst \
             ${destroot}${docdir}
     }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.type  none
</span> }
</pre><pre style='margin:0'>

</pre>