void-packages/srcpkgs/python3-validators/template

22 lines
689 B
Bash

# Template file for 'python3-validators'
pkgname=python3-validators
version=0.12.3
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="${PYPI_SITE}/v/validators/validators-${version}.tar.gz"
checksum=cb9c61250ee23a68e8b5f75319c3cd3668af83112fed4f72dfe352f65fe5387c
post_install() {
vlicense LICENSE
}