aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-sphinxcontrib-blockdiag/APKBUILD
blob: a2fe675de2e2c77e8e037033edfc3677f49aecba (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
28
29
30
31
32
33
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-sphinxcontrib-blockdiag
_pkgname=sphinxcontrib-blockdiag
pkgver=3.0.0
pkgrel=4
pkgdesc="Sphinx blockdiag extension"
url="https://pypi.org/project/sphinxcontrib-blockdiag"
arch="noarch"
license="BSD-2-Clause"
depends="py3-blockdiag py3-sphinx"
makedepends="py3-setuptools py3-gpep517 py3-wheel"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

replaces="py-sphinxcontrib-blockdiag"                  # for backwards compatibility
provides="py-sphinxcontrib-blockdiag=$pkgver-r$pkgrel" # for backwards compatibility

build() {
	gpep517 build-wheel \
		--wheel-dir .dist \
		--output-fd 3 3>&1 >&2
}

package() {
	gpep517 install-wheel --destdir "$pkgdir" \
		.dist/*.whl
}

sha512sums="
e173b4149368b8c13d08da6cd423ebba218ff0265b629242b6076f3781cc1ffe0fa007556cd0019f40bd5e5ed1c0f7953f7713f3dc56eceac3e53cc22b892238  sphinxcontrib-blockdiag-3.0.0.tar.gz
"