From baea33e0e684cfc16089b0ffd98b76b381370cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Thu, 7 Apr 2022 22:26:45 -0300 Subject: [PATCH] New package: python3-fastjsonschema-2.15.3 --- srcpkgs/python3-fastjsonschema/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-fastjsonschema/template diff --git a/srcpkgs/python3-fastjsonschema/template b/srcpkgs/python3-fastjsonschema/template new file mode 100644 index 00000000000..290431fadfc --- /dev/null +++ b/srcpkgs/python3-fastjsonschema/template @@ -0,0 +1,20 @@ +# Template file for 'python3-fastjsonschema' +pkgname=python3-fastjsonschema +version=2.15.3 +revision=1 +wrksrc=python-fastjsonschema-${version} +build_style=python3-module +make_check_args="--deselect tests/benchmarks/test_benchmark.py" +hostmakedepends="python3-setuptools" +checkdepends="python3-pytest" +short_desc="Fastest Python implementation of JSON schema" +maintainer="Gonzalo TornarĂ­a " +license="BSD-3-Clause" +homepage="https://github.com/seznam/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=94e59a36c0efbf75a1a790fed15b51c9876b81204a5184c0c89075c68b10e7ec + +post_install() { + vlicense LICENSE +}