22 lines
691 B
Bash
22 lines
691 B
Bash
# Template file for 'python3-validators'
|
|
pkgname=python3-validators
|
|
version=0.12.4
|
|
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="maxice8 <thinkabit.ukim@gmail.com>"
|
|
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=68e4b74889aac1270d83636cb1dbcce3d2271e291ab14023cf95e7dbfbbce09d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|