diff options
Diffstat (limited to 'devel/py-pytest-asyncio/Makefile')
-rw-r--r-- | devel/py-pytest-asyncio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-pytest-asyncio/Makefile b/devel/py-pytest-asyncio/Makefile index 2330a2f719cd..187ef0aa5b57 100644 --- a/devel/py-pytest-asyncio/Makefile +++ b/devel/py-pytest-asyncio/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytest-asyncio -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,10 @@ COMMENT= Py.test plugin providing fixtures and markers for asyncio LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.2:devel/py3-pytest +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.6:devel/py3-pytest NO_ARCH= yes -USES= python:3.3+ +USES= python:3.5+ USE_PYTHON= autoplist distutils .include <bsd.port.pre.mk> |