<pre style='margin:0'>
tobypeterson pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2f9c85ffb6e65f26fb76c065d3e924c2642ec811">https://github.com/macports/macports-ports/commit/2f9c85ffb6e65f26fb76c065d3e924c2642ec811</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 2f9c85ffb6e py-cython: add python 3.11
</span>2f9c85ffb6e is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 2f9c85ffb6e65f26fb76c065d3e924c2642ec811
</span>Author: Toby Peterson <toby@macports.org>
AuthorDate: Wed Oct 26 23:07:22 2022 -0700
<span style='display:block; white-space:pre;color:#404040;'> py-cython: add python 3.11
</span>---
python/py-cython/Portfile | 2 +-
python/py-cython/files/cython311 | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cython/Portfile b/python/py-cython/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 55b770c2abc..6a6c5aaadab 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-cython/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-cython/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,7 @@ revision 0
</span> categories-append devel
license Apache-2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions 27 35 36 37 38 39 310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions 27 35 36 37 38 39 310 311
</span> python.pep517 yes
maintainers {stromnov @stromnov} openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cython/files/cython311 b/python/py-cython/files/cython311
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..549c0e93484
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-cython/files/cython311
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,3 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.11/bin/cygdb
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.11/bin/cython
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.11/bin/cythonize
</span></pre><pre style='margin:0'>
</pre>