summaryrefslogtreecommitdiff
path: root/lang/cython3/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 21:45:09 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 22:05:25 +0800
commitdf73fabc1ed660cccae126c5aee8abc328f82285 (patch)
tree97eeca1d15c5a9843dc021a77d3a0b15c67e88b3 /lang/cython3/files/patch-setup.py
parentgraphics/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.py11
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.',