Skip to content

Commit

Permalink
devel/py-xarray: Update version requirement of BUILD_DEPENDS
Browse files Browse the repository at this point in the history
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS
  • Loading branch information
sunpoet committed Mar 31, 2024
1 parent 1569833 commit e690a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions devel/py-xarray/Makefile
Expand Up @@ -12,8 +12,8 @@ WWW= https://xarray.dev/ \
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6:devel/py-setuptools-scm@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.22,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=21.3:devel/py-packaging@${PY_FLAVOR} \
Expand Down
11 changes: 0 additions & 11 deletions devel/py-xarray/files/patch-pyproject.toml

This file was deleted.

0 comments on commit e690a3d

Please sign in to comment.