diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-22 01:04:23 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-22 01:04:23 +0800 |
commit | 2d76732556aec9b9c4e51761dfb348ce32d9ee30 (patch) | |
tree | 21ba2113047d62d16c627725ddd46618bf5fbd9a /graphics/py-cartopy/files/patch-pyproject.toml | |
parent | graphics/py-cairosvg: Update to 2.7.1 (diff) |
graphics/py-cartopy: Update to 0.22.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/SciTools/cartopy/releases
Diffstat (limited to 'graphics/py-cartopy/files/patch-pyproject.toml')
-rw-r--r-- | graphics/py-cartopy/files/patch-pyproject.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/py-cartopy/files/patch-pyproject.toml b/graphics/py-cartopy/files/patch-pyproject.toml new file mode 100644 index 000000000000..6bd998ddad34 --- /dev/null +++ b/graphics/py-cartopy/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2023-08-05 00:47:19 UTC ++++ pyproject.toml +@@ -3,13 +3,13 @@ requires = [ + "wheel", + "setuptools >= 40.6.0", + "Cython >= 0.29.24", +- "oldest-supported-numpy", +- "setuptools_scm >= 7.0.0", ++ "numpy", ++ "setuptools_scm >= 6.0.0", + ] + build-backend = "setuptools.build_meta" + + [project] +-name = "Cartopy" ++name = "cartopy" + authors = [ + {name = "UK Met Office"}, + ] |