mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
python3-referencing: check circular dep
This commit is contained in:
parent
f7a5118b42
commit
9faf29af1c
1 changed files with 1 additions and 9 deletions
|
@ -5,7 +5,7 @@ revision=1
|
|||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling hatch-vcs"
|
||||
depends="python3-attrs python3-rpds-py"
|
||||
checkdepends="$depends python3-pytest-subtests"
|
||||
checkdepends="$depends python3-pytest-subtests python3-jsonschema"
|
||||
short_desc="Cross-specification JSON Referencing"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="MIT"
|
||||
|
@ -14,14 +14,6 @@ changelog="https://raw.githubusercontent.com/python-jsonschema/referencing/main/
|
|||
distfiles="${PYPI_SITE}/r/referencing/referencing-${version}.tar.gz"
|
||||
checksum=df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" = full ]; then
|
||||
# cyclic dependency
|
||||
checkdepends+=" python3-jsonschema"
|
||||
else
|
||||
# needs python3-jsonschema
|
||||
make_check_args+=" --ignore=suite/test_sanity.py"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue