From 83211553e1f0302eb9e967ec5e3c989d7b8118fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Fri, 15 Sep 2023 23:24:55 -0300 Subject: [PATCH] New package: python3-jsonschema-specifications-2023.7.1 --- .../python3-jsonschema-specifications/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-jsonschema-specifications/template diff --git a/srcpkgs/python3-jsonschema-specifications/template b/srcpkgs/python3-jsonschema-specifications/template new file mode 100644 index 00000000000..9761f5f5c26 --- /dev/null +++ b/srcpkgs/python3-jsonschema-specifications/template @@ -0,0 +1,18 @@ +# Template file for 'python3-jsonschema-specifications' +pkgname=python3-jsonschema-specifications +version=2023.7.1 +revision=1 +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 " +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 +}