21 lines
688 B
Bash
21 lines
688 B
Bash
# Template file for 'python3-validators'
|
|
pkgname=python3-validators
|
|
version=0.14.1
|
|
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=0bfe836a1af37bb266d71ec1e98b530c38ce11bc7fbe0c4c96ef7b1532d019e5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|