Date: Thu, 3 Nov 2022 20:39:01 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5b0b2ae1d268 - main - =?utf-8?Q?devel/py-pytest-asyncio:=20update=200.18.3=20=E2=86=92=200.19.0,=20take=20maintainers= Message-ID: <202211032039.2A3Kd146097945@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
hip?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: amdmi3 X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5b0b2ae1d26804998a6ad8714b4e5f3697f4d99f Auto-Submitted: auto-generated The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b0b2ae1d26804998a6ad8714b4e5f3697f4d99f commit 5b0b2ae1d26804998a6ad8714b4e5f3697f4d99f Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-11-02 15:36:55 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-11-03 20:38:45 +0000 devel/py-pytest-asyncio: update 0.18.3 → 0.19.0, take maintainership PR: 267525 Approved by: jbeich@FreeBSD.org (maintainer) --- devel/py-pytest-asyncio/Makefile | 7 +++++-- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211032039.2A3Kd146097945>