mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-Sphinx: update to 6.1.0.
This commit is contained in:
parent
799e260ebf
commit
6c5440fd6c
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python3-Sphinx'
|
# Template file for 'python3-Sphinx'
|
||||||
pkgname=python3-Sphinx
|
pkgname=python3-Sphinx
|
||||||
version=5.3.0
|
version=6.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_install_target="dist/sphinx-$version-py3-none-any.whl"
|
make_install_target="dist/sphinx-$version-py3-none-any.whl"
|
||||||
hostmakedepends="python3-flit_core"
|
hostmakedepends="python3-flit_core python3-pyproject-hooks"
|
||||||
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
|
||||||
|
@ -12,13 +12,13 @@ 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-pytest python3-setuptools"
|
||||||
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=51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5
|
checksum=b0fd0a1993733492572bbd429b5ec081e17c082b5b5168ffae50524c3a90fd3c
|
||||||
conflicts="python-Sphinx>=0"
|
conflicts="python-Sphinx>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue