void-packages/srcpkgs/python3-jsonschema/template
2021-10-09 08:00:22 -04:00

21 lines
755 B
Bash

# Template file for 'python3-jsonschema'
pkgname=python3-jsonschema
version=3.2.0
revision=2
wrksrc="jsonschema-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-setuptools python3-six python3-attrs python3-pyrsistent"
checkdepends="python3-pytest python3-Twisted $depends"
short_desc="Implementation of JSON Schema for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
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=c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a
post_install() {
vlicense COPYING LICENSE
}