mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-Sphinx: update to 8.1.3.
This commit is contained in:
parent
9def877526
commit
12d567cbd0
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-Sphinx'
|
# Template file for 'python3-Sphinx'
|
||||||
pkgname=python3-Sphinx
|
pkgname=python3-Sphinx
|
||||||
version=7.2.6
|
version=8.1.3
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-flit_core python3-pyproject-hooks"
|
hostmakedepends="python3-flit_core python3-pyproject-hooks"
|
||||||
depends="python3-Jinja2 python3-docutils python3-Pygments
|
depends="python3-Jinja2 python3-docutils python3-Pygments
|
||||||
|
@ -11,7 +11,8 @@ depends="python3-Jinja2 python3-docutils python3-Pygments
|
||||||
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 gettext
|
checkdepends="$depends python3-html5lib python3-mypy ImageMagick gettext
|
||||||
python3-pytest python3-setuptools python3-filelock"
|
python3-pytest python3-setuptools python3-filelock python3-defusedxml
|
||||||
|
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"
|
||||||
|
@ -19,7 +20,7 @@ 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"
|
distfiles="${PYPI_SITE}/s/sphinx/sphinx-${version}.tar.gz"
|
||||||
checksum=9a5160e1ea90688d5963ba09a2dcd8bdd526620edbb65c328728f1b2228d5ab5
|
checksum=43c1911eecb0d3e161ad78611bc905d1ad0e523e4ddc202a58a821773dc4c927
|
||||||
conflicts="python-Sphinx>=0"
|
conflicts="python-Sphinx>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue