aports/main/py3-sphinxcontrib-applehelp/APKBUILD
2024-04-12 11:43:36 +02:00

34 lines
871 B
Text

# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-sphinxcontrib-applehelp
_pyname=sphinxcontrib-applehelp
pkgver=1.0.4
pkgrel=3
pkgdesc="Sphinx applehelp extension"
url="https://pypi.org/project/sphinxcontrib-applehelp"
arch="noarch"
license="BSD-2-Clause"
depends="python3"
makedepends="
py3-gpep517
py3-setuptools
py3-wheel
"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir"/$_pyname-$pkgver
options="!check"
build() {
gpep517 build-wheel \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2
}
package() {
python3 -m installer -d "$pkgdir" \
.dist/*.whl
}
sha512sums="
998249b6ac2061d3fefec508396f407af450794d2c08a255c9384e9b1a6222bb83af5421115790cb689ebf5dce1ca846ae3fcb71b60ea6183d79262969a26218 sphinxcontrib-applehelp-1.0.4.tar.gz
"