From d9efdbcb2328cefed3cd30878b5678736feb35c6 Mon Sep 17 00:00:00 2001 From: meator Date: Mon, 11 Nov 2024 19:55:21 +0100 Subject: [PATCH] New package: python3-strictyaml-1.7.3 --- srcpkgs/python3-strictyaml/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-strictyaml/template diff --git a/srcpkgs/python3-strictyaml/template b/srcpkgs/python3-strictyaml/template new file mode 100644 index 00000000000000..820831220b452b --- /dev/null +++ b/srcpkgs/python3-strictyaml/template @@ -0,0 +1,18 @@ +# Template file for 'python3-strictyaml' +pkgname=python3-strictyaml +version=1.7.3 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools" +depends="python3-dateutil" +short_desc="Strict, typed YAML parser" +maintainer="meator " +license="MIT" +homepage="https://hitchdev.com/strictyaml/" +changelog="https://raw.githubusercontent.com/crdoconnor/strictyaml/refs/heads/master/CHANGELOG.md" +distfiles="https://github.com/crdoconnor/strictyaml/archive/refs/tags/${version}.tar.gz" +checksum=13bd1c5cb4a60c01f69bb814c0925eb53ff2d8efb5080054366ec0aaa127c04f + +post_install() { + vlicense LICENSE.txt +}