diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 14:02:17 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 14:02:17 +0000 |
commit | 2fc390ba404f039f630fac6685cd1b1f225fb82f (patch) | |
tree | eaea940ac9156e61ff6a34b4a473d487868f88fa /math/py-bottleneck/files/patch-setup.py | |
parent | 5c0d5f9b13d5b32a855c08f80d9115c45ef3e040 (diff) |
Diffstat (limited to 'math/py-bottleneck/files/patch-setup.py')
-rw-r--r-- | math/py-bottleneck/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/py-bottleneck/files/patch-setup.py b/math/py-bottleneck/files/patch-setup.py new file mode 100644 index 000000000000..ba1ff4e2ea5a --- /dev/null +++ b/math/py-bottleneck/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2024-02-25 00:30:13 UTC ++++ setup.py +@@ -175,7 +175,7 @@ metadata = dict( + + + metadata = dict( +- name="Bottleneck", ++ name="bottleneck", + maintainer="Christopher Whelan", + maintainer_email="bottle-neck@googlegroups.com", + description="Fast NumPy array functions written in C", |