<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c84f1021b31cae9565693d1c7b52f1758bbc70b9">https://github.com/macports/macports-ports/commit/c84f1021b31cae9565693d1c7b52f1758bbc70b9</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c84f1021b31cae9565693d1c7b52f1758bbc70b9
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Oct 12 13:13:27 2023 +0100
<span style='display:block; white-space:pre;color:#404040;'> py-cython: add py312
</span>---
python/py-cython/Portfile | 2 +-
python/py-cython/files/cython312 | 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 a27b15dccb8..b1f13486b0c 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;'>@@ -14,7 +14,7 @@ license Apache-2
</span>
conflicts ${name}-devel
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions 27 35 36 37 38 39 310 311
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions 27 35 36 37 38 39 310 311 312
</span> python.pep517 yes
maintainers {stromnov @stromnov} openmaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cython/files/cython312 b/python/py-cython/files/cython312
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..d047660004f
</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/cython312
</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.12/bin/cygdb
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.12/bin/cython
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.12/bin/cythonize
</span></pre><pre style='margin:0'>
</pre>