From 1713eff4a7a7a644b81b79aae395f1ee50deafdd Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 6 Aug 2018 03:49:16 -0300 Subject: [PATCH] New package: python3-validators-0.12.1. --- srcpkgs/python3-validators/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-validators/template diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template new file mode 100644 index 0000000000..9a947d34fb --- /dev/null +++ b/srcpkgs/python3-validators/template @@ -0,0 +1,21 @@ +# Template file for 'python3-validators' +pkgname=python3-validators +version=0.12.1 +revision=1 +noarch=yes +wrksrc="validators-${version}" +build_style=python3-module +pycompile_module="validators" +hostmakedepends="python3-setuptools" +depends="python3-decorator python3-six" +short_desc="Python3 Data Validation tools" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/kvesteri/validators" +changelog="https://raw.githubusercontent.com/kvesteri/validators/master/CHANGES.rst" +distfiles="https://github.com/kvesteri/validators/archive/${version}.tar.gz" +checksum=215dffb1a57b6cc71cfe04925c01cb9ce68b93f08b569e1ea53d930624f326f9 + +post_install() { + vlicense LICENSE +}