git: 6abf82df8b53 - main - devel/py-twine: Update to 6.2.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 30 Sep 2025 10:58:24 UTC
The branch main has been updated by sunpoet:

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

commit 6abf82df8b532a76f5e487a74d139ae62befa18f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-30 10:43:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-30 10:50:59 +0000

    devel/py-twine: Update to 6.2.0
    
    Changes:        https://github.com/pypa/twine/releases
                    https://github.com/pypa/twine/blob/main/docs/changelog.rst
                    https://twine.readthedocs.io/en/stable/changelog.html
---
 devel/py-twine/Makefile                   |  6 +++---
 devel/py-twine/distinfo                   |  6 +++---
 devel/py-twine/files/patch-pyproject.toml | 20 ++++++++++++++++++++
 3 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/devel/py-twine/Makefile b/devel/py-twine/Makefile
index 0ccac6f3e652..294b7e1d1cdb 100644
--- a/devel/py-twine/Makefile
+++ b/devel/py-twine/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	twine
-PORTVERSION=	6.1.0
+PORTVERSION=	6.2.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,11 @@ WWW=		https://twine.readthedocs.io/en/stable/ \
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.0:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}id>=0:devel/py-id@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}keyring>=15.1,1:security/py-keyring@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}keyring>=21.2.0,1:security/py-keyring@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>=24.0:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}readme-renderer>=35.0:devel/py-readme-renderer@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.20:www/py-requests@${PY_FLAVOR} \
diff --git a/devel/py-twine/distinfo b/devel/py-twine/distinfo
index ac93c5813efe..ef5459f3206c 100644
--- a/devel/py-twine/distinfo
+++ b/devel/py-twine/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1738089078
-SHA256 (twine-6.1.0.tar.gz) = be324f6272eff91d07ee93f251edf232fc647935dd585ac003539b42404a8dbd
-SIZE (twine-6.1.0.tar.gz) = 168404
+TIMESTAMP = 1757436515
+SHA256 (twine-6.2.0.tar.gz) = e5ed0d2fd70c9959770dce51c8f39c8945c574e18173a7b81802dab51b4b75cf
+SIZE (twine-6.2.0.tar.gz) = 172262
diff --git a/devel/py-twine/files/patch-pyproject.toml b/devel/py-twine/files/patch-pyproject.toml
new file mode 100644
index 000000000000..c3a31c6548b3
--- /dev/null
+++ b/devel/py-twine/files/patch-pyproject.toml
@@ -0,0 +1,20 @@
+--- pyproject.toml.orig	2025-09-04 15:40:12 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@
+ # pyproject.toml
+ [build-system]
+-requires = ["setuptools>=77.0.3", "setuptools_scm[toml]>=6.0"]
++requires = ["setuptools>=61", "setuptools_scm[toml]>=6.0"]
+ build-backend = "setuptools.build_meta"
+ 
+ [project]
+@@ -9,8 +9,7 @@ description = "Collection of utilities for publishing 
+ 	{ name = "Donald Stufft and individual contributors", email = "donald@stufft.io" },
+ ]
+ description = "Collection of utilities for publishing packages on PyPI"
+-license = "Apache-2.0"
+-license-files = ["LICENSE"]
++license = { text = "Apache-2.0" }
+ classifiers = [
+ 	"Intended Audience :: Developers",
+ 	"Natural Language :: English",