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 +}