New package: python3-validators-0.12.1.
This commit is contained in:
parent
dc1153532f
commit
1713eff4a7
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'python3-validators'
|
||||
pkgname=python3-validators
|
||||
version=0.12.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
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="https://github.com/kvesteri/validators/archive/${version}.tar.gz"
|
||||
checksum=215dffb1a57b6cc71cfe04925c01cb9ce68b93f08b569e1ea53d930624f326f9
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue