vp-build/srcpkgs/python3-jsonpointer/template

20 lines
631 B
Bash

# Template file for 'python3-jsonpointer'
pkgname=python3-jsonpointer
version=2.0
revision=5
wrksrc="jsonpointer-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Resolve JSON Pointers according to RFC 6901 (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/stefankoegl/python-json-pointer"
distfiles="${PYPI_SITE}/j/jsonpointer/jsonpointer-${version}.tar.gz"
checksum=c192ba86648e05fdae4f08a17ec25180a9aef5008d973407b581798a83975362
conflicts="python-jsonpointer>=0"
post_install() {
vlicense LICENSE.txt LICENSE
}