python3-Sphinx: update to 2.4.2.

This commit is contained in:
Đoàn Trần Công Danh 2020-02-21 15:16:26 +07:00 committed by Juan RP
parent 4cc88d98d8
commit 8dd0e3636e

View file

@ -1,6 +1,6 @@
# Template file for 'python3-Sphinx'
pkgname=python3-Sphinx
version=2.4.0
version=2.4.2
revision=1
archs=noarch
wrksrc=Sphinx-${version}
@ -12,13 +12,14 @@ depends="python3-Jinja2 python3-docutils python3-Pygments
python3-sphinxcontrib-devhelp python3-sphinxcontrib-htmlhelp
python3-sphinxcontrib-jsmath python3-sphinxcontrib-qthelp
python3-sphinxcontrib-serializinghtml"
checkdepends="$depends python3-html5lib python3-mypy ImageMagick tox"
checkdepends="$depends python3-html5lib python3-mypy ImageMagick gettext
python3-pytest"
short_desc="Python 3 documentation generator"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="BSD-3-Clause"
homepage="http://sphinx-doc.org"
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
checksum=fb2ce74c28154872757925edda0060b4c4102cdc86b8b30063f23399678de2ca
checksum=525527074f2e0c2585f68f73c99b4dc257c34bbe308b27f5f8c7a6e20642742f
alternatives="
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc3
sphinx:sphinx-autogen:/usr/bin/sphinx-autogen3
@ -26,7 +27,7 @@ alternatives="
sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart3"
do_check() {
tox -e py${py3_ver/./}
PYTHONPATH=$(pwd)/build/lib pytest
}
post_install() {