mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
python3-jsonschema: update to 4.17.0.
This commit is contained in:
parent
c9b1697a71
commit
14504185f4
1 changed files with 5 additions and 5 deletions
|
@ -1,22 +1,22 @@
|
|||
# Template file for 'python3-jsonschema'
|
||||
pkgname=python3-jsonschema
|
||||
version=4.16.0
|
||||
revision=2
|
||||
version=4.17.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling hatch-vcs"
|
||||
depends="python3-attrs python3-pyrsistent"
|
||||
checkdepends="${depends} python3-pytest"
|
||||
checkdepends="${depends} python3-pytest python3-pip"
|
||||
short_desc="Implementation of JSON Schema for Python3"
|
||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/Julian/jsonschema"
|
||||
changelog="https://raw.githubusercontent.com/Julian/jsonschema/master/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/j/jsonschema/jsonschema-${version}.tar.gz"
|
||||
checksum=165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23
|
||||
checksum=5bfcf2bca16a087ade17e02b282d34af7ccd749ef76241e7f9bd7c0cb8a9424d
|
||||
|
||||
do_check() {
|
||||
rm -rf *.dist-info tmp # remove artifacts from previous unsuccessful check run
|
||||
pip install --no-deps --target tmp ./jsonschema-$version-py3-none-any.whl
|
||||
pip install --no-deps --target tmp ./dist/jsonschema-$version-py3-none-any.whl
|
||||
rm tmp/jsonschema/tests -rf
|
||||
mv tmp/*.dist-info .
|
||||
PYTHONPATH=. pytest --deselect jsonschema/tests/test_jsonschema_test_suite.py::test_suite_bug
|
||||
|
|
Loading…
Add table
Reference in a new issue