22 lines
688 B
Bash
22 lines
688 B
Bash
# Template file for 'python3-validators'
|
|
pkgname=python3-validators
|
|
version=0.14.0
|
|
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="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=f0ac832212e3ee2e9b10e156f19b106888cf1429c291fbc5297aae87685014ae
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|