mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-sphinxcontrib-applehelp: update to 1.0.4.
This commit is contained in:
parent
9781d3805e
commit
9836fc93c4
1 changed files with 7 additions and 6 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-sphinxcontrib-applehelp'
|
# Template file for 'python3-sphinxcontrib-applehelp'
|
||||||
pkgname=python3-sphinxcontrib-applehelp
|
pkgname=python3-sphinxcontrib-applehelp
|
||||||
version=1.0.2
|
version=1.0.4
|
||||||
revision=4
|
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"
|
||||||
checkdepends="python3-Sphinx"
|
|
||||||
short_desc="Sphinx extension which outputs Apple help book"
|
short_desc="Sphinx extension which outputs Apple help book"
|
||||||
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-applehelp/sphinxcontrib-applehelp-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sphinxcontrib-applehelp/sphinxcontrib-applehelp-${version}.tar.gz"
|
||||||
checksum=a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58
|
checksum=828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e
|
||||||
|
make_check=no # cyclic with Sphinx
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue