summaryrefslogtreecommitdiff
path: root/user/py3-sphinxcontrib-htmlhelp/APKBUILD
blob: c7098fc01d348b9766ca06f42963a110f28c1853 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Contributor: Brandon Bergren <git@bdragon.rtk0.net>
# Maintainer: Brandon Bergren <git@bdragon.rtk0.net>
pkgname=py3-sphinxcontrib-htmlhelp
_pkgname=sphinxcontrib-htmlhelp
_p="${_pkgname#?}"
_p="${_pkgname%"$_p"}"
pkgver=1.0.3
pkgrel=0
pkgdesc="A sphinx extension to output HtmlHelp"
url="https://pypi.python.org/pypi/sphinxcontrib-htmlhelp"
arch="noarch"
options="!check" # Cyclic dependency with sphinx
license="BSD-2-Clause"
depends="python3"
checkdepends="py3-sphinx py3-pytest py3-html5lib"
makedepends="python3-dev"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/$_p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

build() {
	python3 setup.py build
}

check() {
	PYTHONWARNINGS="all,ignore::DeprecationWarning:docutils.io" pytest --durations 25
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"

}

sha512sums="f37542c5789340bb26c41b84512e08998e4ef45ff2eb0fdb0e10f585cff27a145d5821b8eb3766d009e2b5a38c3d7efb127ab898982e1b6fd1d4ff7e26907db4  py3-sphinxcontrib-htmlhelp-1.0.3.tar.gz"