aboutsummaryrefslogtreecommitdiffstats
path: root/main/py3-sphinxcontrib-applehelp/APKBUILD
blob: 0c4eab45cb8069ca2b126757c19e1e7147353cca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-sphinxcontrib-applehelp
_pyname=sphinxcontrib-applehelp
pkgver=1.0.2
pkgrel=0
pkgdesc="Sphinx applehelp extension"
url="https://pypi.python.org/pypi/sphinxcontrib-applehelp"
arch="noarch"
license="BSD-2-Clause"
depends="python3"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir"/$_pyname-$pkgver

build() {
	python3 setup.py build
}

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

sha512sums="1325ac83ff15dd28d6f2791caf64e6c08d1dd2f0946dc8891f5c4d8fd062a1e8650c9c39a7459195ef41f3b425f5b8d6c5e277ea85621a36dd870ca5162508da  sphinxcontrib-applehelp-1.0.2.tar.gz"