diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 22:02:17 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 22:02:17 +0800 |
commit | 2fc390ba404f039f630fac6685cd1b1f225fb82f (patch) | |
tree | eaea940ac9156e61ff6a34b4a473d487868f88fa /math/py-bottleneck/files/patch-setup.py | |
parent | math/py-bayesian-optimization: Convert to USE_PYTHON=pep517 (diff) |
math/py-bottleneck: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to '')
-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", |