void-packages/srcpkgs/python3-jsonschema-specific.../template

19 lines
675 B
Bash

# Template file for 'python3-jsonschema-specifications'
pkgname=python3-jsonschema-specifications
version=2023.12.1
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3-referencing"
checkdepends="$depends python3-pytest"
short_desc="JSON Schema specifications, exposed as a Registry"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/python-jsonschema/jsonschema-specifications"
distfiles="${PYPI_SITE}/j/jsonschema-specifications/jsonschema_specifications-${version}.tar.gz"
checksum=48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc
post_install() {
vlicense COPYING
}