2023-09-16 04:24:55 +02:00
|
|
|
# Template file for 'python3-jsonschema-specifications'
|
|
|
|
pkgname=python3-jsonschema-specifications
|
|
|
|
version=2023.7.1
|
2023-10-02 16:05:45 +02:00
|
|
|
revision=2
|
2023-09-16 04:24:55 +02:00
|
|
|
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=c91a50404e88a1f6ba40636778e2ee08f6e24c5613fe4c53ac24578a5a7f72bb
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense COPYING
|
|
|
|
}
|