ports/math/py-bottleneck/files/patch-setup.py
Po-Chuan Hsieh 2fc390ba40
math/py-bottleneck: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:02:17 +08:00

11 lines
314 B
Python

--- 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",