python3-jsonpointer: update to 2.4, adopt.

This commit is contained in:
Gonzalo Tornaría 2023-08-16 20:24:02 -03:00 committed by Andrew J. Hesford
parent 83211553e1
commit 5cb19db7fc

View file

@ -1,21 +1,21 @@
# Template file for 'python3-jsonpointer'
pkgname=python3-jsonpointer
version=2.3
version=2.4
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
short_desc="Resolve JSON Pointers according to RFC 6901 (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/stefankoegl/python-json-pointer"
distfiles="${PYPI_SITE}/j/jsonpointer/jsonpointer-${version}.tar.gz"
checksum=97cba51526c829282218feb99dab1b1e6bdf8efd1c43dc9d57be093c0d69c99a
checksum=585cee82b70211fa9e6043b7bb89db6e1aa49524340dde8ad6b63206ea689d88
conflicts="python-jsonpointer>=0"
do_check() {
# pytest is not supported
python3 tests.py
python3 -m unittest
}
post_install() {