void-packages/srcpkgs/python3-fastjsonschema/template

20 lines
743 B
Bash

# Template file for 'python3-fastjsonschema'
pkgname=python3-fastjsonschema
version=2.20.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
checkdepends="python3-pytest-benchmark"
short_desc="Fastest Python implementation of JSON schema"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/horejsek/python-fastjsonschema"
changelog="https://raw.githubusercontent.com/horejsek/python-fastjsonschema/master/CHANGELOG.txt"
distfiles="https://github.com/horejsek/python-fastjsonschema/archive/refs/tags/v${version}.tar.gz"
checksum=2d2e4951614ee57a08f7bdb689687d4f31e59e3ad466c085495105a72ad95b38
post_install() {
vlicense LICENSE
}