diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-11-02 15:36:55 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-11-03 20:38:45 +0000 |
| commit | 5b0b2ae1d26804998a6ad8714b4e5f3697f4d99f (patch) | |
| tree | 50e9d5c1d60f2bfef68f07b434bded4d30cfd791 | |
| parent | 739ade9272dc3569e46a4b453f51a8003ad5ce80 (diff) | |
| download | ports-5b0b2ae1d26804998a6ad8714b4e5f3697f4d99f.tar.gz ports-5b0b2ae1d26804998a6ad8714b4e5f3697f4d99f.zip | |
devel/py-pytest-asyncio: update 0.18.3 → 0.19.0, take maintainership
PR: 267525
Approved by: jbeich@FreeBSD.org (maintainer)
| -rw-r--r-- | devel/py-pytest-asyncio/Makefile | 7 | ||||
| -rw-r--r-- | devel/py-pytest-asyncio/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/py-pytest-asyncio/Makefile b/devel/py-pytest-asyncio/Makefile index 8bf1cb2671f6..cecff88852c2 100644 --- a/devel/py-pytest-asyncio/Makefile +++ b/devel/py-pytest-asyncio/Makefile @@ -1,10 +1,10 @@ PORTNAME= pytest-asyncio -PORTVERSION= 0.18.3 +PORTVERSION= 0.19.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Py.test plugin providing fixtures and markers for asyncio WWW= https://pypi.org/project/pytest-asyncio/ @@ -28,4 +28,7 @@ USE_PYTHON= autoplist distutils pytest RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} .endif +post-patch: + @${ECHO_CMD} 'from setuptools import setup; setup()' > ${WRKSRC}/setup.py + .include <bsd.port.post.mk> diff --git a/devel/py-pytest-asyncio/distinfo b/devel/py-pytest-asyncio/distinfo index df76396ee477..65c9fd3d57b5 100644 --- a/devel/py-pytest-asyncio/distinfo +++ b/devel/py-pytest-asyncio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1648200320 -SHA256 (pytest-asyncio-0.18.3.tar.gz) = 7659bdb0a9eb9c6e3ef992eef11a2b3e69697800ad02fb06374a210d85b29f91 -SIZE (pytest-asyncio-0.18.3.tar.gz) = 28052 +TIMESTAMP = 1666020497 +SHA256 (pytest-asyncio-0.19.0.tar.gz) = ac4ebf3b6207259750bc32f4c1d8fcd7e79739edbc67ad0c58dd150b1d072fed +SIZE (pytest-asyncio-0.19.0.tar.gz) = 28865 |
