Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 15:00:32 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: 52112af250e7 - main - devel/py-botocore: Update to 1.34.60
Message-ID:  <202403231500.42NF0WJZ099752@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=52112af250e76d30c96a4c1f05e37577447bca08

commit 52112af250e76d30c96a4c1f05e37577447bca08
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:21:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:31:12 +0000

    devel/py-botocore: Update to 1.34.60
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/boto/botocore/blob/develop/CHANGELOG.rst
---
 devel/py-botocore/Makefile | 6 ++++--
 devel/py-botocore/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-botocore/Makefile b/devel/py-botocore/Makefile
index e096ca395892..aff8cea6462d 100644
--- a/devel/py-botocore/Makefile
+++ b/devel/py-botocore/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	botocore
-PORTVERSION=	1.34.54
+PORTVERSION=	1.34.60
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,8 @@ WWW=		https://github.com/boto/botocore
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1<2.0.0:devel/py-jmespath@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dateutil>=2.1<3.0.0:devel/py-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.4,1<1.27,1:net/py-urllib3@${PY_FLAVOR}
@@ -18,7 +20,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}awscrt>=0.19.19:devel/py-awscrt@${PY_FLAVOR
 		${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils pytest
+USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 
diff --git a/devel/py-botocore/distinfo b/devel/py-botocore/distinfo
index 80564997a7f4..ba49a0f5723b 100644
--- a/devel/py-botocore/distinfo
+++ b/devel/py-botocore/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709390512
-SHA256 (botocore-1.34.54.tar.gz) = 4061ff4be3efcf53547ebadf2c94d419dfc8be7beec24e9fa1819599ffd936fa
-SIZE (botocore-1.34.54.tar.gz) = 12212645
+TIMESTAMP = 1710712416
+SHA256 (botocore-1.34.60.tar.gz) = 4101494f0b692c95c592cba2719a61854e1c2923d89c60eaddf0e0d986442562
+SIZE (botocore-1.34.60.tar.gz) = 12225810



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231500.42NF0WJZ099752>