mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-Sphinx: update to 2.4.2.
This commit is contained in:
parent
4cc88d98d8
commit
8dd0e3636e
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-Sphinx'
|
# Template file for 'python3-Sphinx'
|
||||||
pkgname=python3-Sphinx
|
pkgname=python3-Sphinx
|
||||||
version=2.4.0
|
version=2.4.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc=Sphinx-${version}
|
wrksrc=Sphinx-${version}
|
||||||
|
@ -12,13 +12,14 @@ depends="python3-Jinja2 python3-docutils python3-Pygments
|
||||||
python3-sphinxcontrib-devhelp python3-sphinxcontrib-htmlhelp
|
python3-sphinxcontrib-devhelp python3-sphinxcontrib-htmlhelp
|
||||||
python3-sphinxcontrib-jsmath python3-sphinxcontrib-qthelp
|
python3-sphinxcontrib-jsmath python3-sphinxcontrib-qthelp
|
||||||
python3-sphinxcontrib-serializinghtml"
|
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"
|
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"
|
||||||
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
|
||||||
checksum=fb2ce74c28154872757925edda0060b4c4102cdc86b8b30063f23399678de2ca
|
checksum=525527074f2e0c2585f68f73c99b4dc257c34bbe308b27f5f8c7a6e20642742f
|
||||||
alternatives="
|
alternatives="
|
||||||
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc3
|
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc3
|
||||||
sphinx:sphinx-autogen:/usr/bin/sphinx-autogen3
|
sphinx:sphinx-autogen:/usr/bin/sphinx-autogen3
|
||||||
|
@ -26,7 +27,7 @@ alternatives="
|
||||||
sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart3"
|
sphinx:sphinx-quickstart:/usr/bin/sphinx-quickstart3"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
tox -e py${py3_ver/./}
|
PYTHONPATH=$(pwd)/build/lib pytest
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue