main/py3-sphinxcontrib-serializinghtml: disable check

This commit is contained in:
ptrcnull 2023-11-09 17:25:50 +01:00
parent f9597d0e4b
commit 910d6fdfac
No known key found for this signature in database
GPG Key ID: 411F7B30801DD9CA

View File

@ -2,7 +2,7 @@
pkgname=py3-sphinxcontrib-serializinghtml
_pyname=sphinxcontrib-serializinghtml
pkgver=1.1.9
pkgrel=0
pkgrel=1
pkgdesc="Sphinx serializinghtml extension"
url="https://pypi.org/project/sphinxcontrib-serializinghtml"
arch="noarch"
@ -13,6 +13,7 @@ checkdepends="py3-pytest py3-sphinx"
subpackages="$pkgname-pyc"
source="$_pyname-$pkgver.tar.gz::https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir"/$_pyname-$pkgver
options="!check" # py3-sphinx is a circular dep
build() {
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2