mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/py3-sphinxcontrib-serializinghtml: disable check
This commit is contained in:
parent
f9597d0e4b
commit
910d6fdfac
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user