Date: Sat, 30 May 2026 16:03:03 +0000 From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8fc52b6fa184 - main - devel/py-async_timeout: Update version 4.0.3=>5.0.0 Message-ID: <6a1b0a37.3e87f.1dde7660@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8fc52b6fa184a9e74f2cba3d53a4a713115cdb87 commit 8fc52b6fa184a9e74f2cba3d53a4a713115cdb87 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2026-05-30 13:05:06 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2026-05-30 16:02:36 +0000 devel/py-async_timeout: Update version 4.0.3=>5.0.0 Changelog: https://github.com/aio-libs-abandoned/async-timeout/releases/tag/v5.0.0 --- devel/py-async_timeout/Makefile | 11 ++++++----- devel/py-async_timeout/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/devel/py-async_timeout/Makefile b/devel/py-async_timeout/Makefile index 5762096957b7..58793bee6b99 100644 --- a/devel/py-async_timeout/Makefile +++ b/devel/py-async_timeout/Makefile @@ -1,10 +1,9 @@ PORTNAME= async_timeout -PORTVERSION= 4.0.3 -PORTREVISION= 1 +PORTVERSION= 5.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= async-timeout-${DISTVERSIONFULL} +#DISTNAME= async-timeout-${DISTVERSIONFULL} MAINTAINER= bofh@FreeBSD.org COMMENT= Timeout context manager for asyncio programs @@ -13,10 +12,12 @@ WWW= https://github.com/aio-libs/async-timeout LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes diff --git a/devel/py-async_timeout/distinfo b/devel/py-async_timeout/distinfo index 9bbc1a582d2f..ac55fc56255d 100644 --- a/devel/py-async_timeout/distinfo +++ b/devel/py-async_timeout/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691873847 -SHA256 (async-timeout-4.0.3.tar.gz) = 4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f -SIZE (async-timeout-4.0.3.tar.gz) = 8345 +TIMESTAMP = 1780146152 +SHA256 (async_timeout-5.0.0.tar.gz) = 49675ec889daacfe65ff66d2dde7dd1447a6f4b2f23721022e4ba121f8772a85 +SIZE (async_timeout-5.0.0.tar.gz) = 8951home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1b0a37.3e87f.1dde7660>
