From 7a487a76b249eda99c57fa08e8d5e7b2f1c218fd Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 14:34:08 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 639b6cf..18fc121 100644 --- a/pkg.info +++ b/pkg.info @@ -1,13 +1,16 @@ name: python-sphinx description: Python documentation generator version: 9.1.0 -revision: 1 +revision: 2 url: http://www.sphinx-doc.org/ license: BSD-2-Clause +maintainers: + - enumdev@enumerated.dev architecture: any output_architecture: any type: source depends: + - python3=3.14.* - python-babel - python-docutils - python-imagesize @@ -15,7 +18,6 @@ depends: - python-packaging - python-pygments - python-requests - - python-requests - python-roman-numerals-py - python-snowballstemmer - python-alabaster @@ -26,7 +28,7 @@ depends: - python-sphinxcontrib-qthelp - python-sphinxcontrib-serializinghtml optional_depends: - - imagemagick + - imagemagick:For ext.imgconverter make_depends: - python-build - python-flit-core