diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-08 00:04:02 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-08 00:04:02 +0800 |
commit | 265d8a94e1c24e5985cd58b12cf327d91b012c06 (patch) | |
tree | 70a0739cf9314c05145a3a54233ef1d46843b59b /graphics/py-pygeos/files/patch-pyproject.toml | |
parent | devel/py-xstatic: Update to 1.0.3 (diff) |
graphics/py-pygeos: Update to 0.14
- Convert to USE_PYTHON=pep517
Changes: https://github.com/pygeos/pygeos/releases
https://github.com/pygeos/pygeos/blob/master/CHANGELOG.rst
Diffstat (limited to 'graphics/py-pygeos/files/patch-pyproject.toml')
-rw-r--r-- | graphics/py-pygeos/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/py-pygeos/files/patch-pyproject.toml b/graphics/py-pygeos/files/patch-pyproject.toml new file mode 100644 index 000000000000..6d27f6fc0b84 --- /dev/null +++ b/graphics/py-pygeos/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- 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" |