mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-sphinxcontrib-qthelp: update to 2.0.0.
This commit is contained in:
parent
485ae1c62e
commit
dca4880d5c
1 changed files with 8 additions and 8 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-sphinxcontrib-qthelp'
|
# Template file for 'python3-sphinxcontrib-qthelp'
|
||||||
pkgname=python3-sphinxcontrib-qthelp
|
pkgname=python3-sphinxcontrib-qthelp
|
||||||
version=1.0.3
|
version=2.0.0
|
||||||
revision=6
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-Sphinx"
|
|
||||||
short_desc="Sphinx extension which outputs QtHelp document"
|
short_desc="Sphinx extension which outputs QtHelp 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-qthelp/sphinxcontrib-qthelp-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sphinxcontrib-qthelp/sphinxcontrib_qthelp-${version}.tar.gz"
|
||||||
checksum=4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72
|
checksum=4fe7d0ac8fc171045be623aba3e2a8f613f8682731f9153bb2e40ece16b9bbab
|
||||||
|
make_check=no # cyclic with Sphinx
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENCE.rst
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue