vp-build/srcpkgs/python3-validators/template

20 lines
645 B
Bash

# Template file for 'python3-validators'
pkgname=python3-validators
version=0.14.2
revision=3
wrksrc="validators-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-decorator python3-six"
short_desc="Python3 Data Validation tools"
maintainer="Orphaned <orphan@voidlinux.org>"
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=b192e6bde7d617811d59f50584ed240b580375648cd032d106edeb3164099508
post_install() {
vlicense LICENSE
}