From df73fabc1ed660cccae126c5aee8abc328f82285 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 9 Mar 2024 21:45:09 +0800 Subject: lang/cython3: Update to 3.0.8 - Convert to USE_PYTHON=pep517 Changes: https://github.com/cython/cython/releases https://github.com/cython/cython/blob/master/CHANGES.rst --- lang/cython3/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/cython3/files/patch-setup.py (limited to 'lang/cython3/files/patch-setup.py') diff --git a/lang/cython3/files/patch-setup.py b/lang/cython3/files/patch-setup.py new file mode 100644 index 000000000000..4c5b5f8a7961 --- /dev/null +++ b/lang/cython3/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2024-01-10 09:54:48 UTC ++++ setup.py +@@ -243,7 +243,7 @@ def run_build(): + + from Cython import __version__ as version + setup( +- name='Cython', ++ name='cython', + version=version, + url='https://cython.org/', + author='Robert Bradshaw, Stefan Behnel, Dag Seljebotn, Greg Ewing, et al.', -- cgit v1.2.3