diff options
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.', |