20 lines
653 B
Bash
20 lines
653 B
Bash
# Template file for 'python3-sphinxcontrib-htmlhelp'
|
|
pkgname=python3-sphinxcontrib-htmlhelp
|
|
version=2.0.0
|
|
revision=2
|
|
wrksrc=sphinxcontrib-htmlhelp-${version}
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Sphinx extension which outputs HTML document"
|
|
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-htmlhelp/sphinxcontrib-htmlhelp-${version}.tar.gz"
|
|
checksum=f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2
|
|
make_check=no # cyclic with Sphinx
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|