mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Convert to USE_PYTHON=pep517 Changes: https://github.com/pygeos/pygeos/releases https://github.com/pygeos/pygeos/blob/master/CHANGELOG.rst
11 lines
314 B
TOML
11 lines
314 B
TOML
--- pyproject.toml.orig 2022-12-12 08:21:17 UTC
|
|
+++ pyproject.toml
|
|
@@ -2,7 +2,7 @@
|
|
# numpy and Cython are required to execute setup.py to build Cython extensions
|
|
requires = [
|
|
"Cython~=0.29",
|
|
- "oldest-supported-numpy",
|
|
+ "numpy",
|
|
"setuptools>=61.0.0",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|