mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-sphinxcontrib-devhelp: update to 2.0.0.
This commit is contained in:
parent
cb70441abc
commit
4f3990dbd8
1 changed files with 8 additions and 8 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-sphinxcontrib-devhelp'
|
# Template file for 'python3-sphinxcontrib-devhelp'
|
||||||
pkgname=python3-sphinxcontrib-devhelp
|
pkgname=python3-sphinxcontrib-devhelp
|
||||||
version=1.0.2
|
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 Devhelp document"
|
short_desc="Sphinx extension which outputs Devhelp 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-devhelp/sphinxcontrib-devhelp-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sphinxcontrib-devhelp/sphinxcontrib_devhelp-${version}.tar.gz"
|
||||||
checksum=ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4
|
checksum=411f5d96d445d1d73bb5d52133377b4248ec79db5c793ce7dbe59e074b4dd1ad
|
||||||
|
make_check=no # cyclic with Sphinx
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENCE.rst
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue