python3-pykwalify: update to 1.7.0, fixes
- noarch=yes - needs setuptools for the entry point - license is MIT
This commit is contained in:
parent
061bb55522
commit
a35230ab9e
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python3-pykwalify'
|
||||
pkgname=python3-pykwalify
|
||||
version=1.6.1
|
||||
version=1.7.0
|
||||
revision=1
|
||||
wrksrc=pykwalify-${version}
|
||||
noarch=yes
|
||||
wrksrc="pykwalify-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="pykwalify"
|
||||
hostmakedepends="python3-setuptools python3-devel"
|
||||
makedepends="${hostmakedepends/python3-setuptools/}"
|
||||
depends="python3-yaml python3-docopt python3-dateutil"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-yaml python3-docopt python3-dateutil"
|
||||
short_desc="Python YAML/JSON schema validation library"
|
||||
maintainer="Renato Aguiar <renato@renag.me>"
|
||||
license="JSON"
|
||||
license="MIT"
|
||||
homepage="https://github.com/Grokzen/pykwalify/"
|
||||
distfiles="${PYPI_SITE}/p/pykwalify/pykwalify-${version}.tar.gz"
|
||||
checksum=191fd3f457f23c0aa8538c3a5c0249f70eeb1046e88d0eaaef928e09c44dff8d
|
||||
checksum=7e8b39c5a3a10bc176682b3bd9a7422c39ca247482df198b402e8015defcceb2
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue