2019-10-23 12:24:50 +00:00
|
|
|
# Maintainer: André Klitzing <aklitzing@gmail.com>
|
|
|
|
pkgname=py3-sphinxcontrib-websupport
|
|
|
|
_pkgname=sphinxcontrib-websupport
|
2021-07-20 00:23:39 +02:00
|
|
|
pkgver=1.2.4
|
2024-03-07 21:03:24 +01:00
|
|
|
pkgrel=8
|
2019-10-23 12:24:50 +00:00
|
|
|
pkgdesc="Sphinx API for Web Apps"
|
2023-02-26 23:08:37 +01:00
|
|
|
url="https://pypi.org/project/sphinxcontrib-websupport"
|
2019-10-23 12:24:50 +00:00
|
|
|
arch="noarch"
|
2020-06-02 07:50:28 +00:00
|
|
|
license="BSD-2-Clause"
|
2022-12-31 15:09:05 +01:00
|
|
|
depends="python3 py3-jinja2 py3-docutils py3-sphinx"
|
|
|
|
makedepends="python3-dev py3-setuptools py3-wheel py3-gpep517"
|
2023-05-02 16:50:38 +00:00
|
|
|
checkdepends="py3-sphinxcontrib-serializinghtml py3-pytest"
|
2023-04-18 16:39:19 +00:00
|
|
|
subpackages="$pkgname-pyc"
|
2023-05-02 16:50:38 +00:00
|
|
|
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
|
|
|
|
remove-six.patch
|
|
|
|
"
|
2019-10-23 12:24:50 +00:00
|
|
|
builddir="$srcdir"/$_pkgname-$pkgver
|
|
|
|
|
2022-12-31 15:09:05 +01:00
|
|
|
build() {
|
|
|
|
gpep517 build-wheel \
|
2023-06-07 05:27:36 +00:00
|
|
|
--wheel-dir .dist \
|
2023-01-18 11:58:53 +00:00
|
|
|
--output-fd 3 3>&1 >&2
|
2019-10-23 12:24:50 +00:00
|
|
|
}
|
|
|
|
|
2022-12-31 15:09:05 +01:00
|
|
|
check() {
|
2023-02-09 21:55:20 +00:00
|
|
|
python3 -m venv --clear --without-pip --system-site-packages test-env
|
2023-06-07 05:27:36 +00:00
|
|
|
test-env/bin/python3 -m installer .dist/*.whl
|
2022-12-31 15:09:05 +01:00
|
|
|
test-env/bin/python3 -m pytest
|
2019-10-23 12:24:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2022-12-31 15:09:05 +01:00
|
|
|
python3 -m installer -d "$pkgdir" \
|
2023-06-07 05:27:36 +00:00
|
|
|
.dist/*.whl
|
2019-10-23 12:24:50 +00:00
|
|
|
}
|
|
|
|
|
2021-07-20 00:23:39 +02:00
|
|
|
sha512sums="
|
|
|
|
d1ccfb6a9ecfa6adbdf2298f4ded345cacefbc5a450b8dafc6faadbcd0dd79a8dbefcab4d1cedf34c65fc271aab754392bea8ab8ae82852323784a9e1717914c sphinxcontrib-websupport-1.2.4.tar.gz
|
2023-05-02 16:50:38 +00:00
|
|
|
675cea49f1ae25d250e84d95808fbd5e551f469b1d1be73400971eab8a43e28acd8675d01493d452c9a7b794ad7c1f77e8e46338c2bdf4ec297976056f4f3367 remove-six.patch
|
2021-07-20 00:23:39 +02:00
|
|
|
"
|