21 lines
797 B
Bash
21 lines
797 B
Bash
# Template file for 'python3-jsonschema'
|
|
pkgname=python3-jsonschema
|
|
version=4.17.3
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling hatch-vcs"
|
|
depends="python3-attrs python3-idna python3-jsonpointer python3-pyrsistent
|
|
python3-rfc3339-validator python3-rfc3986-validator"
|
|
checkdepends="${depends} python3-pytest python3-pip"
|
|
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=0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|