20 lines
675 B
Bash
20 lines
675 B
Bash
# Template file for 'python3-sphinxcontrib-applehelp'
|
|
pkgname=python3-sphinxcontrib-applehelp
|
|
version=1.0.4
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core python3-pyproject-hooks python3-setuptools
|
|
python3-wheel"
|
|
depends="python3"
|
|
short_desc="Sphinx extension which outputs Apple help book"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="BSD-2-Clause"
|
|
homepage="http://sphinx-doc.org"
|
|
distfiles="${PYPI_SITE}/s/sphinxcontrib-applehelp/sphinxcontrib-applehelp-${version}.tar.gz"
|
|
checksum=828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e
|
|
make_check=no # cyclic with Sphinx
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|