Date: Sat, 23 Mar 2024 15:00:28 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: 045ee9f549e6 - main - devel/py-aiobotocore: Update to 2.12.1 Message-ID: <202403231500.42NF0Sch099579@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=045ee9f549e68fd188a24172a4405c27a8d034e9 commit 045ee9f549e68fd188a24172a4405c27a8d034e9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:20:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:31:11 +0000 devel/py-aiobotocore: Update to 2.12.1 - Convert to USE_PYTHON=pep517 Changes: https://github.com/aio-libs/aiobotocore/releases --- devel/py-aiobotocore/Makefile | 6 ++++-- devel/py-aiobotocore/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/py-aiobotocore/Makefile b/devel/py-aiobotocore/Makefile index d12daafed3e3..8fa4279ad3b3 100644 --- a/devel/py-aiobotocore/Makefile +++ b/devel/py-aiobotocore/Makefile @@ -1,5 +1,5 @@ PORTNAME= aiobotocore -PORTVERSION= 2.12.0 +PORTVERSION= 2.12.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +12,15 @@ WWW= https://aiobotocore.readthedocs.io/en/latest/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.7.4<4.0.0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aioitertools>=0.5.1<1.0.0:devel/py-aioitertools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}botocore>=1.34.41:devel/py-botocore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wrapt>=1.10.10<2.0.0:devel/py-wrapt@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-aiobotocore/distinfo b/devel/py-aiobotocore/distinfo index 67af2cd7de99..8bdf44e27f73 100644 --- a/devel/py-aiobotocore/distinfo +++ b/devel/py-aiobotocore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709390506 -SHA256 (aiobotocore-2.12.0.tar.gz) = bc841cef234afcb781f2d600680c9e49d01b9a2e8169790a32579bb0df51777f -SIZE (aiobotocore-2.12.0.tar.gz) = 103037 +TIMESTAMP = 1710712408 +SHA256 (aiobotocore-2.12.1.tar.gz) = 8706b28f16f93c541f6ed50352115a79d8f3499539f8d0bb70aa0f7a5379c1fe +SIZE (aiobotocore-2.12.1.tar.gz) = 103243
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231500.42NF0Sch099579>