Skip to content

Commit

Permalink
devel/py-dataclass-array: Update USES=python
Browse files Browse the repository at this point in the history
devel/py-etils requires Python 3.10+
  • Loading branch information
sunpoet committed Dec 14, 2023
1 parent 5620bba commit 9b8f759
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions devel/py-dataclass-array/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}einops>=0:misc/py-einops@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}

USES= python:3.9+
USES= python
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

.include <bsd.port.mk>
.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 31000
IGNORE= devel/py-etils requires Python 3.10+
.endif

.include <bsd.port.post.mk>

0 comments on commit 9b8f759

Please sign in to comment.