22 lines
688 B
Bash
22 lines
688 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="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=df3dda070965519283bae72249a36927ee3ea9c206f9ee6f234a71cf19b36136
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|