Skip to content

Commit

Permalink
graphics/py-cartopy: Update version requirement of BUILD_DEPENDS
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 31, 2024
1 parent a620992 commit 381627e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion graphics/py-cartopy/Makefile
Expand Up @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=40.6.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.0.0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7.0.0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.4:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.21,1:math/py-numpy@${PY_FLAVOR} \
Expand Down
3 changes: 1 addition & 2 deletions graphics/py-cartopy/files/patch-pyproject.toml
Expand Up @@ -5,9 +5,8 @@
"setuptools >= 40.6.0",
"Cython >= 0.29.24",
- "oldest-supported-numpy",
- "setuptools_scm >= 7.0.0",
+ "numpy",
+ "setuptools_scm >= 6.0.0",
"setuptools_scm >= 7.0.0",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 381627e

Please sign in to comment.