python3-referencing: check circular dep

This commit is contained in:
Gonzalo Tornaría 2025-03-08 23:31:37 -03:00 committed by classabbyamp
parent 3832128a0a
commit 1f554222ca

View file

@ -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
}