void-packages/srcpkgs/python3-jsonschema/template
2023-10-06 12:12:25 -04:00

20 lines
802 B
Bash

# Template file for 'python3-jsonschema'
pkgname=python3-jsonschema
version=4.19.1
revision=2
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3-attrs python3-jsonschema-specifications"
checkdepends="${depends} python3-pytest python3-idna python3-jsonpointer
python3-pip python3-rfc3339-validator python3-rfc3987"
short_desc="Implementation of JSON Schema for Python3"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
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=ec84cc37cfa703ef7cd4928db24f9cb31428a5d0fa77747b8b51a847458e0bbf
post_install() {
vlicense COPYING LICENSE
}