# Template file for 'python3-validators'
pkgname=python3-validators
version=0.35.0
revision=1
build_style=python3-pep517
# skip tests for optional dependency `eth-hash` that we don't package.
make_check_args="--ignore tests/crypto_addresses/test_eth_address.py"
hostmakedepends="python3-setuptools"
depends="python3-decorator python3-six"
checkdepends="python3-pytest"
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=992d6c48a4e77c81f1b4daba10d16c3a9bb0dbb79b3a19ea847ff0928e70497a

post_install() {
	vlicense LICENSE.txt
}
