diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-11 23:08:09 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-09-11 23:08:09 +0800 |
commit | 70169cb3da3bcb6245ec9e4cdff448ba89f9264e (patch) | |
tree | 0c46f26e4ab56d4cd2f8ff2b3ae84d515ca07328 | |
parent | 4d9eff331d84592e97477623585f1f6f6d6eac27 (diff) | |
download | freebsd-ports-gnome-70169cb3da3bcb6245ec9e4cdff448ba89f9264e.tar.gz freebsd-ports-gnome-70169cb3da3bcb6245ec9e4cdff448ba89f9264e.tar.zst freebsd-ports-gnome-70169cb3da3bcb6245ec9e4cdff448ba89f9264e.zip |
devel/py-pytest-asyncio: update to 0.7.0
Changes: https://pypi.python.org/pypi/pytest-asyncio#id1
-rw-r--r-- | devel/py-pytest-asyncio/Makefile | 6 | ||||
-rw-r--r-- | devel/py-pytest-asyncio/distinfo | 6 |
2 files changed, 6 insertions, 6 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> diff --git a/devel/py-pytest-asyncio/distinfo b/devel/py-pytest-asyncio/distinfo index b3d0524e1abb..7c02832304b5 100644 --- a/devel/py-pytest-asyncio/distinfo +++ b/devel/py-pytest-asyncio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1496009958 -SHA256 (pytest-asyncio-0.6.0.tar.gz) = e5c6786ece4b3bbb0cca1bf68bf089756a62760e3764dc84eaee39bfab70289b -SIZE (pytest-asyncio-0.6.0.tar.gz) = 10912 +TIMESTAMP = 1504901770 +SHA256 (pytest-asyncio-0.7.0.tar.gz) = ef384946ebca4a3b02f6bb210eba24c502d80cc6556936a5eb5617e7ae22a3a0 +SIZE (pytest-asyncio-0.7.0.tar.gz) = 11172 |