Skip to content

Commit

Permalink
devel/nox: Fix version requirement of RUN_DEPENDS
Browse files Browse the repository at this point in the history
from pyproject.toml:
  "argcomplete<4.0,>=1.9.4",

Approved by:	portmgr (blanket)
Reference:	https://github.com/wntrblm/nox/blob/2023.04.22/pyproject.toml#L43
  • Loading branch information
sunpoet committed Jul 9, 2023
1 parent ef1a7d8 commit 774f71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/nox/Makefile
Expand Up @@ -10,7 +10,7 @@ WWW= https://nox.thea.codes/en/stable/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=1.9.4<3.0:devel/py-argcomplete@${PY_FLAVOR} \
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=1.9.4<4.0:devel/py-argcomplete@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}colorlog>=2.6.1<7.0.0:devel/py-colorlog@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}virtualenv>=14:devel/py-virtualenv@${PY_FLAVOR}
Expand Down

0 comments on commit 774f71e

Please sign in to comment.