python3-Sphinx: update to 5.3.0.

This commit is contained in:
Đoàn Trần Công Danh 2022-11-09 08:14:03 +07:00
parent e4879bbf49
commit 662032cec0
1 changed files with 5 additions and 4 deletions

View File

@ -1,9 +1,10 @@
# Template file for 'python3-Sphinx' # Template file for 'python3-Sphinx'
pkgname=python3-Sphinx pkgname=python3-Sphinx
version=5.1.1 version=5.3.0
revision=1 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" make_install_target="sphinx-$version-py3-none-any.whl"
hostmakedepends="python3-flit_core"
depends="python3-Jinja2 python3-docutils python3-Pygments depends="python3-Jinja2 python3-docutils python3-Pygments
python3-snowballstemmer python3-Babel python3-alabaster python3-imagesize python3-snowballstemmer python3-Babel python3-alabaster python3-imagesize
python3-requests python3-packaging python3-sphinxcontrib-applehelp python3-requests python3-packaging python3-sphinxcontrib-applehelp
@ -17,7 +18,7 @@ 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"
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz" distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
checksum=ba3224a4e206e1fbdecf98a4fae4992ef9b24b85ebf7b584bb340156eaf08d89 checksum=51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5
conflicts="python-Sphinx>=0" conflicts="python-Sphinx>=0"
post_install() { post_install() {