git: 839cbd58a500 - main - textproc/py-sphinx-intl: Update to 2.3.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 07 Sep 2025 23:14:08 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=839cbd58a500d6490016d5c1458bb56c832657fd

commit 839cbd58a500d6490016d5c1458bb56c832657fd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-07 22:39:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-07 23:04:12 +0000

    textproc/py-sphinx-intl: Update to 2.3.2
    
    Changes:        https://github.com/sphinx-doc/sphinx-intl/releases
                    https://sphinx-intl.readthedocs.io/en/master/changes.html
---
 textproc/py-sphinx-intl/Makefile                   | 11 ++++++-----
 textproc/py-sphinx-intl/distinfo                   |  6 +++---
 textproc/py-sphinx-intl/files/patch-pyproject.toml | 21 +++++++++++++++++++++
 3 files changed, 30 insertions(+), 8 deletions(-)

diff --git a/textproc/py-sphinx-intl/Makefile b/textproc/py-sphinx-intl/Makefile
index f2a147aa6b95..0056711a32d0 100644
--- a/textproc/py-sphinx-intl/Makefile
+++ b/textproc/py-sphinx-intl/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	sphinx-intl
-PORTVERSION=	2.3.1
+PORTVERSION=	2.3.2
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,13 +13,14 @@ WWW=		https://sphinx-intl.readthedocs.io/en/master/ \
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Babel>=2.9.0:devel/py-babel@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}click>=8.0.0:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
 
-USES=		python:3.9+
+USES=		python
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
diff --git a/textproc/py-sphinx-intl/distinfo b/textproc/py-sphinx-intl/distinfo
index 29b5e8c8c902..e7168ad5b0f7 100644
--- a/textproc/py-sphinx-intl/distinfo
+++ b/textproc/py-sphinx-intl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1734888364
-SHA256 (sphinx_intl-2.3.1.tar.gz) = e2d04b907f57a029d46b4da344fd791e660d935eab6ced8a274fc65446389af1
-SIZE (sphinx_intl-2.3.1.tar.gz) = 28006
+TIMESTAMP = 1757120844
+SHA256 (sphinx_intl-2.3.2.tar.gz) = 04b0d8ea04d111a7ba278b17b7b3fe9625c58b6f8ffb78bb8a1dd1288d88c1c7
+SIZE (sphinx_intl-2.3.2.tar.gz) = 27921
diff --git a/textproc/py-sphinx-intl/files/patch-pyproject.toml b/textproc/py-sphinx-intl/files/patch-pyproject.toml
new file mode 100644
index 000000000000..876a3387d665
--- /dev/null
+++ b/textproc/py-sphinx-intl/files/patch-pyproject.toml
@@ -0,0 +1,21 @@
+--- pyproject.toml.orig	2025-08-02 04:52:34 UTC
++++ pyproject.toml
+@@ -7,8 +7,7 @@ requires-python = ">=3.9"
+ description = "Sphinx utility that make it easy to translate and to apply translation."
+ readme = "README.rst"
+ requires-python = ">=3.9"
+-license = "BSD-2-Clause"
+-license-files = ["LICENSE"]
++license = {file = "LICENSE"}
+ dependencies = [
+     "click>=8.0.0",
+     "babel>=2.9.0",
+@@ -55,7 +54,7 @@ sphinx-intl = "sphinx_intl.commands:main"
+ sphinx-intl = "sphinx_intl.commands:main"
+ 
+ [build-system]
+-requires = ["setuptools>=64", "setuptools_scm>=8"]
++requires = ["setuptools>=61", "setuptools_scm>=8"]
+ build-backend = "setuptools.build_meta"
+ 
+ [tool.setuptools]