diff options
Diffstat (limited to 'devel/py-pytest-cases/Makefile')
-rw-r--r-- | devel/py-pytest-cases/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-pytest-cases/Makefile b/devel/py-pytest-cases/Makefile index 342777c71a4d..155fb628656a 100644 --- a/devel/py-pytest-cases/Makefile +++ b/devel/py-pytest-cases/Makefile @@ -1,8 +1,9 @@ PORTNAME= pytest-cases -PORTVERSION= 3.6.14 +PORTVERSION= 3.8.6 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pytest_cases-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Separate test code from test cases in pytest @@ -19,7 +20,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=39.2:devel/py-setuptools@${PY_ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decopatch>=0:devel/py-decopatch@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}makefun>=1.9.5:devel/py-makefun@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}makefun>=1.15.1:devel/py-makefun@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 |