void-packages/srcpkgs/python3-jsonschema-specifications/template
2025-03-21 08:15:57 -04:00

18 lines
675 B
Bash

# Template file for 'python3-jsonschema-specifications'
pkgname=python3-jsonschema-specifications
version=2024.10.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=0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272
post_install() {
vlicense COPYING
}