aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-sphinxcontrib-tabs/APKBUILD
blob: 435af9448a917b387a34c5d94273018e9492a078 (plain)
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
# Contributor: Duncan Bellamy <dunk@denkimushi.com>
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=py3-sphinxcontrib-tabs
pkgver=3.1.0
pkgrel=0
pkgdesc="Create tabbed content in Sphinx documentation when building HTML"
url="https://github.com/executablebooks/sphinx-tabs"
arch="noarch"
license="MIT"
#test files are not included in pypi archive
options="!check"
depends="python3"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/s/sphinx-tabs/sphinx-tabs-$pkgver.tar.gz"
builddir="$srcdir/sphinx-tabs-$pkgver"

build() {
	python3 setup.py build
}

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

sha512sums="
4a43f8157090d08e3169d75d2beb057b3eafc21f7c6a6b5d4acccfdd1eb7d7a36c0cb54f5d826d670cfae661a76ada677bb053199007478b202e7640010445e1  sphinx-tabs-3.1.0.tar.gz
"