diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-05-30 17:10:09 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-05-30 17:23:33 -0700 |
commit | 2a8a7c8a53f21a907e63995181593f8ff1cc91fe (patch) | |
tree | 580a6d9bdbfa58c50b4833292f39d9fb0590984b /devel/py-pytest-pycodestyle/Makefile | |
parent | devel/py-pytest-flakes: Update 4.0.1 -> 4.0.5 (diff) |
devel/py-pytest-pycodestyle: Update 2.2.0 -> 2.3.0
Reported by: portscout
Diffstat (limited to 'devel/py-pytest-pycodestyle/Makefile')
-rw-r--r-- | devel/py-pytest-pycodestyle/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-pytest-pycodestyle/Makefile b/devel/py-pytest-pycodestyle/Makefile index 9506a8a40665..1d586878bc35 100644 --- a/devel/py-pytest-pycodestyle/Makefile +++ b/devel/py-pytest-pycodestyle/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-pycodestyle -DISTVERSION= 2.2.0 +DISTVERSION= 2.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +10,12 @@ COMMENT= Pytest plugin to run pycodestyle LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py>0:devel/py-py@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=7.0:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist + NO_ARCH= yes .include <bsd.port.mk> |