vp-build/srcpkgs/python3-validators/template

22 lines
699 B
Bash

# 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 <thinkabit.ukim@gmail.com>"
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
}