New package: python3-jsonpatch-1.33

This commit is contained in:
Arjan Mossel 2024-11-10 17:58:22 +01:00 committed by lemmi
parent 0f6da077a4
commit 6b01763859
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# Template file for 'python3-jsonpatch'
pkgname=python3-jsonpatch
version=1.33
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-pypandoc"
depends="python3-jsonpointer"
checkdepends="$depends"
short_desc="Apply JSON Patches according to RFC 6902"
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/stefankoegl/python-json-patch"
distfiles="https://github.com/stefankoegl/python-json-patch/archive/v${version}.tar.gz"
checksum=c0163a2703dd8fa6be9c3018bcff6723bdfb240c8d56fb62d0673043cf647cda
do_check() {
python -m unittest
}
post_install() {
vlicense LICENSE
}