python3-jsonpointer: update to 2.3.

This commit is contained in:
Gonzalo Tornaría 2023-06-07 23:00:05 -03:00 committed by Andrew J. Hesford
parent e7cfce233c
commit 6b9795e0b6

View file

@ -1,18 +1,23 @@
# Template file for 'python3-jsonpointer' # Template file for 'python3-jsonpointer'
pkgname=python3-jsonpointer pkgname=python3-jsonpointer
version=2.0 version=2.3
revision=6 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools python3-wheel"
depends="python3" depends="python3"
short_desc="Resolve JSON Pointers according to RFC 6901 (Python3)" short_desc="Resolve JSON Pointers according to RFC 6901 (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/stefankoegl/python-json-pointer" homepage="https://github.com/stefankoegl/python-json-pointer"
distfiles="${PYPI_SITE}/j/jsonpointer/jsonpointer-${version}.tar.gz" distfiles="${PYPI_SITE}/j/jsonpointer/jsonpointer-${version}.tar.gz"
checksum=c192ba86648e05fdae4f08a17ec25180a9aef5008d973407b581798a83975362 checksum=97cba51526c829282218feb99dab1b1e6bdf8efd1c43dc9d57be093c0d69c99a
conflicts="python-jsonpointer>=0" conflicts="python-jsonpointer>=0"
do_check() {
# pytest is not supported
python3 tests.py
}
post_install() { post_install() {
vlicense LICENSE.txt LICENSE vlicense LICENSE.txt LICENSE
} }