diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-19 19:54:25 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-19 19:54:25 +0800 |
commit | 42bcff23f18352743659e26752c1795f3fbbaa7e (patch) | |
tree | bf45bd2dfdb7d724cbc7dfed4a5549278ac440db /graphics/py-pyproj/files/patch-pyproject.toml | |
parent | games/py-pysol-cards: Update to 0.18.1 (diff) |
graphics/py-pyproj: Update to 3.7.1
Changes: https://github.com/pyproj4/pyproj/releases
Diffstat (limited to 'graphics/py-pyproj/files/patch-pyproject.toml')
-rw-r--r-- | graphics/py-pyproj/files/patch-pyproject.toml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/py-pyproj/files/patch-pyproject.toml b/graphics/py-pyproj/files/patch-pyproject.toml deleted file mode 100644 index bc8234c8e07d..000000000000 --- a/graphics/py-pyproj/files/patch-pyproject.toml +++ /dev/null @@ -1,9 +0,0 @@ ---- pyproject.toml.orig 2023-09-22 06:56:11 UTC -+++ pyproject.toml -@@ -1,5 +1,5 @@ - [build-system] --requires = ["setuptools>=61.0.0", "wheel", "cython>=3"] -+requires = ["setuptools>=61.0.0", "wheel", "cython>=0.28.4"] - build-backend = "setuptools.build_meta" - - [project] |