void-packages/srcpkgs/python3-validators/template
2019-04-15 12:17:54 -03:00

22 lines
691 B
Bash

# Template file for 'python3-validators'
pkgname=python3-validators
version=0.12.5
revision=1
archs=noarch
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=df3dda070965519283bae72249a36927ee3ea9c206f9ee6f234a71cf19b36136
post_install() {
vlicense LICENSE
}