python3-Sphinx: update to 8.3.0.

Close: #54496
This commit is contained in:
Gonzalo Tornaría 2025-02-25 18:01:56 -03:00 committed by Đoàn Trần Công Danh
parent 6eb6406f3c
commit d52917fdef

View file

@ -1,28 +1,33 @@
# Template file for 'python3-Sphinx' # Template file for 'python3-Sphinx'
pkgname=python3-Sphinx pkgname=python3-Sphinx
version=8.1.3 version=8.3.0
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-flit_core python3-pyproject-hooks" _depends="python3-sphinxcontrib-htmlhelp python3-imagesize python3-alabaster
depends="python3-Jinja2 python3-docutils python3-Pygments python3-requests python3-sphinxcontrib-jsmath python3-roman-numerals-py
python3-snowballstemmer python3-Babel python3-alabaster python3-imagesize python3-sphinxcontrib-applehelp python3-Babel
python3-requests python3-packaging python3-sphinxcontrib-applehelp python3-sphinxcontrib-serializinghtml python3-docutils python3-Jinja2
python3-sphinxcontrib-devhelp python3-sphinxcontrib-htmlhelp python3-sphinxcontrib-devhelp python3-sphinxcontrib-qthelp
python3-sphinxcontrib-jsmath python3-sphinxcontrib-qthelp python3-Pygments python3-snowballstemmer"
python3-sphinxcontrib-serializinghtml" hostmakedepends="python3-flit_core python3-pyproject-hooks $_depends"
depends="$_depends python3-packaging"
checkdepends="$depends python3-html5lib python3-mypy ImageMagick gettext checkdepends="$depends python3-html5lib python3-mypy ImageMagick gettext
python3-pytest python3-setuptools python3-filelock python3-defusedxml python3-pytest-xdist python3-setuptools python3-filelock python3-defusedxml
graphviz" graphviz"
short_desc="Python 3 documentation generator" short_desc="Python 3 documentation generator"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>" maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="http://sphinx-doc.org" homepage="http://sphinx-doc.org"
changelog="https://github.com/sphinx-doc/sphinx/raw/master/CHANGES" changelog="https://github.com/sphinx-doc/sphinx/raw/master/CHANGES"
# distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
distfiles="${PYPI_SITE}/s/sphinx/sphinx-${version}.tar.gz" distfiles="${PYPI_SITE}/s/sphinx/sphinx-${version}.tar.gz"
checksum=43c1911eecb0d3e161ad78611bc905d1ad0e523e4ddc202a58a821773dc4c927 checksum=3bad4314a7fa72ce92344eaaa14c42ddf3177ee6a79c227e4ff8ae07d416f584
replaces="python-Sphinx>=0" replaces="python-Sphinx>=0"
post_patch() {
# rename so it works with any python
mv -i tests/roots/test-ext-apidoc-duplicates/fish_licence/{halibut*.so,halibut.so}
}
post_install() { post_install() {
vlicense LICENSE.rst vlicense LICENSE.rst
} }