git: b73c5bcd7544 - main - devel/py-pytest-asyncio: drop maintainership

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Mon, 04 Aug 2025 15:23:56 UTC
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b73c5bcd754406cf262d603c5c8450af9b681ee1

commit b73c5bcd754406cf262d603c5c8450af9b681ee1
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2025-08-04 15:20:07 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2025-08-04 15:23:41 +0000

    devel/py-pytest-asyncio: drop maintainership
    
    Maintaining this port is blocked by outdated version of devel/py-pytest.
---
 devel/py-pytest-asyncio/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-pytest-asyncio/Makefile b/devel/py-pytest-asyncio/Makefile
index 20dd41a35007..faf3613bbd3f 100644
--- a/devel/py-pytest-asyncio/Makefile
+++ b/devel/py-pytest-asyncio/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	pytest_asyncio-${DISTVERSION}
 
-MAINTAINER=	amdmi3@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Py.test plugin providing fixtures and markers for asyncio
 WWW=		https://pypi.org/project/pytest-asyncio/
 
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}pytest4-asyncio
 
+# note that the next version requires pytest 8.2.0, while ports still only have 8.1.1 ATOW
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=6.1.0:devel/py-pytest@${PY_FLAVOR}
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=6.1.0:devel/py-pytest@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>=5.7.1:devel/py-hypothesis@${PY_FLAVOR} \