Date: Thu, 27 Apr 2023 15:52:52 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2f6ec655404a - main - devel/py-aiofiles: Update to 23.1.0 Message-ID: <202304271552.33RFqqwD026246@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f6ec655404a3205a0196b38e241f8aa9510c411 commit 2f6ec655404a3205a0196b38e241f8aa9510c411 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:46:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:46:06 +0000 devel/py-aiofiles: Update to 23.1.0 - Convert to USE_PYTHON=pep517 Changes: https://github.com/Tinche/aiofiles/blob/main/README.rst#history --- devel/py-aiofiles/Makefile | 6 ++++-- devel/py-aiofiles/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/py-aiofiles/Makefile b/devel/py-aiofiles/Makefile index 52fc6676aac2..08697e753e90 100644 --- a/devel/py-aiofiles/Makefile +++ b/devel/py-aiofiles/Makefile @@ -1,5 +1,5 @@ PORTNAME= aiofiles -PORTVERSION= 22.1.0 +PORTVERSION= 23.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,10 @@ WWW= https://github.com/Tinche/aiofiles LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} + USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-aiofiles/distinfo b/devel/py-aiofiles/distinfo index ceb83b6beba5..f5f1b4e84b13 100644 --- a/devel/py-aiofiles/distinfo +++ b/devel/py-aiofiles/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771185 -SHA256 (aiofiles-22.1.0.tar.gz) = 9107f1ca0b2a5553987a94a3c9959fe5b491fdf731389aa5b7b1bd0733e32de6 -SIZE (aiofiles-22.1.0.tar.gz) = 14669 +TIMESTAMP = 1682354496 +SHA256 (aiofiles-23.1.0.tar.gz) = edd247df9a19e0db16534d4baaf536d6609a43e1de5401d7a4c1c148753a1635 +SIZE (aiofiles-23.1.0.tar.gz) = 15614
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304271552.33RFqqwD026246>