<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/d1ba5d78a39d366be1968efda8470d409454b45b">https://github.com/macports/macports-ports/commit/d1ba5d78a39d366be1968efda8470d409454b45b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d1ba5d78a39d366be1968efda8470d409454b45b
</span>Author: Toby Peterson <toby@macports.org>
AuthorDate: Tue Oct 12 23:06:32 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py-cython: add python 3.10 support
</span>---
 python/py-cython/Portfile        | 2 +-
 python/py-cython/files/cython310 | 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 90a9b291215..3ddecf474e9 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 @@ categories-append   devel
</span> platforms           darwin
 license             Apache-2
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     27 35 36 37 38 39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     27 35 36 37 38 39 310
</span> 
 maintainers         {stromnov @stromnov} openmaintainer
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cython/files/cython310 b/python/py-cython/files/cython310
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..f226676ad50
</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/cython310
</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.10/bin/cygdb
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.10/bin/cython
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.10/bin/cythonize
</span></pre><pre style='margin:0'>

</pre>