From f224e05811c5aefea3b78d6ad4bfd19c6385326d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Thu, 25 May 2023 18:09:32 -0300 Subject: [PATCH] New package: python3-rfc3339-validator-0.1.4 --- srcpkgs/python3-rfc3339-validator/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-rfc3339-validator/template diff --git a/srcpkgs/python3-rfc3339-validator/template b/srcpkgs/python3-rfc3339-validator/template new file mode 100644 index 00000000000..bc572b2f301 --- /dev/null +++ b/srcpkgs/python3-rfc3339-validator/template @@ -0,0 +1,18 @@ +# Template file for 'python3-rfc3339-validator' +pkgname=python3-rfc3339-validator +version=0.1.4 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3-six" +checkdepends="$depends python3-hypothesis python3-pytest python3-strict-rfc3339" +short_desc="Pure python RFC3339 validator" +maintainer="Gonzalo TornarĂ­a " +license="MIT" +homepage="https://github.com/naimetti/rfc3339-validator" +distfiles="${PYPI_SITE}/r/rfc3339-validator/rfc3339_validator-${version}.tar.gz" +checksum=138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b + +post_install() { + vlicense LICENSE +}