diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 21:45:09 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 22:05:25 +0800 |
commit | df73fabc1ed660cccae126c5aee8abc328f82285 (patch) | |
tree | 97eeca1d15c5a9843dc021a77d3a0b15c67e88b3 /lang/cython3/files/patch-setup.py | |
parent | graphics/proj-data: Update to 1.17 (diff) |
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
Diffstat (limited to 'lang/cython3/files/patch-setup.py')
-rw-r--r-- | lang/cython3/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
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.', |