mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-sphinxcontrib-htmlhelp: update to 2.0.1.
This commit is contained in:
parent
9836fc93c4
commit
e5c22f926c
1 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'python3-sphinxcontrib-htmlhelp'
|
# Template file for 'python3-sphinxcontrib-htmlhelp'
|
||||||
pkgname=python3-sphinxcontrib-htmlhelp
|
pkgname=python3-sphinxcontrib-htmlhelp
|
||||||
version=2.0.0
|
version=2.0.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-flit_core python3-pyproject-hooks python3-setuptools
|
||||||
|
python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Sphinx extension which outputs HTML document"
|
short_desc="Sphinx extension which outputs HTML document"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="http://sphinx-doc.org"
|
homepage="http://sphinx-doc.org"
|
||||||
distfiles="${PYPI_SITE}/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-${version}.tar.gz"
|
||||||
checksum=f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2
|
checksum=0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff
|
||||||
make_check=no # cyclic with Sphinx
|
make_check=no # cyclic with Sphinx
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue