diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2023-11-14 09:51:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2023-11-20 18:26:07 +0000 |
commit | 7ceb5686af679c5232ecfc5532226808429b5d98 (patch) | |
tree | 28328dd24a3245f68a22aceba70301d40ff293af | |
parent | bf10ae2cc14408e931d0aa569f2ec558aa8bf705 (diff) | |
download | ports-7ceb5686af679c5232ecfc5532226808429b5d98.tar.gz ports-7ceb5686af679c5232ecfc5532226808429b5d98.zip |
devel/py-pytest-asyncio: update 0.21.1 → 0.22.0
-rw-r--r-- | devel/py-pytest-asyncio/Makefile | 4 | ||||
-rw-r--r-- | devel/py-pytest-asyncio/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-pytest-asyncio/Makefile b/devel/py-pytest-asyncio/Makefile index e7c9208db84a..18bc7755f4aa 100644 --- a/devel/py-pytest-asyncio/Makefile +++ b/devel/py-pytest-asyncio/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-asyncio -PORTVERSION= 0.21.1 +PORTVERSION= 0.22.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,9 +18,9 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>=3.5.0:devel/py-flaky@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesis>=5.7.1:devel/py-hypothesis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-trio>=0.7.0:devel/py-pytest-trio@${PY_FLAVOR} -NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils pytest +NO_ARCH= yes post-patch: @${ECHO_CMD} 'from setuptools import setup; setup()' > ${WRKSRC}/setup.py diff --git a/devel/py-pytest-asyncio/distinfo b/devel/py-pytest-asyncio/distinfo index bd3a924c9261..0f7aa748dcfa 100644 --- a/devel/py-pytest-asyncio/distinfo +++ b/devel/py-pytest-asyncio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690310206 -SHA256 (pytest-asyncio-0.21.1.tar.gz) = 40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d -SIZE (pytest-asyncio-0.21.1.tar.gz) = 30492 +TIMESTAMP = 1699954189 +SHA256 (pytest-asyncio-0.22.0.tar.gz) = 01da1bf94ff0b969cc8d760104f7c1011903d0d658bdaef0bbae769660a7fbc4 +SIZE (pytest-asyncio-0.22.0.tar.gz) = 37081 |