python3-pykwalify: update to 1.8.0.
This commit is contained in:
parent
4776b8f486
commit
0c4b716a29
1 changed files with 7 additions and 4 deletions
|
@ -1,17 +1,20 @@
|
||||||
# Template file for 'python3-pykwalify'
|
# Template file for 'python3-pykwalify'
|
||||||
pkgname=python3-pykwalify
|
pkgname=python3-pykwalify
|
||||||
version=1.7.0
|
version=1.8.0
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="pykwalify-${version}"
|
wrksrc="pykwalify-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-yaml python3-docopt python3-dateutil"
|
depends="python3-setuptools python3-ruamel.yaml python3-docopt python3-dateutil"
|
||||||
short_desc="Python YAML/JSON schema validation library"
|
short_desc="Python YAML/JSON schema validation library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/Grokzen/pykwalify/"
|
homepage="https://github.com/Grokzen/pykwalify/"
|
||||||
distfiles="${PYPI_SITE}/p/pykwalify/pykwalify-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pykwalify/pykwalify-${version}.tar.gz"
|
||||||
checksum=7e8b39c5a3a10bc176682b3bd9a7422c39ca247482df198b402e8015defcceb2
|
checksum=796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884
|
||||||
|
|
||||||
|
# requires python3-testfixtures, not packaged in void
|
||||||
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue