python3-validators: update to 0.14.2.
This commit is contained in:
parent
7374798c12
commit
7500e76ad4
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python3-validators'
|
# Template file for 'python3-validators'
|
||||||
pkgname=python3-validators
|
pkgname=python3-validators
|
||||||
version=0.14.1
|
version=0.14.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="validators-${version}"
|
wrksrc="validators-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="validators"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-decorator python3-six"
|
depends="python3-decorator python3-six"
|
||||||
short_desc="Python3 Data Validation tools"
|
short_desc="Python3 Data Validation tools"
|
||||||
|
@ -14,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://github.com/kvesteri/validators"
|
homepage="https://github.com/kvesteri/validators"
|
||||||
changelog="https://raw.githubusercontent.com/kvesteri/validators/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/kvesteri/validators/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/v/validators/validators-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/v/validators/validators-${version}.tar.gz"
|
||||||
checksum=0bfe836a1af37bb266d71ec1e98b530c38ce11bc7fbe0c4c96ef7b1532d019e5
|
checksum=b192e6bde7d617811d59f50584ed240b580375648cd032d106edeb3164099508
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue