From 839cbd58a500d6490016d5c1458bb56c832657fd Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 8 Sep 2025 06:39:11 +0800 Subject: 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/files/patch-pyproject.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 textproc/py-sphinx-intl/files/patch-pyproject.toml (limited to 'textproc/py-sphinx-intl/files/patch-pyproject.toml') 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] -- cgit v1.2.3