21 lines
646 B
Bash
21 lines
646 B
Bash
# Template file for 'python3-pykwalify'
|
|
pkgname=python3-pykwalify
|
|
version=1.8.0
|
|
revision=4
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-ruamel.yaml python3-docopt python3-dateutil"
|
|
short_desc="Python YAML/JSON schema validation library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/Grokzen/pykwalify/"
|
|
distfiles="${PYPI_SITE}/p/pykwalify/pykwalify-${version}.tar.gz"
|
|
checksum=796b2ad3ed4cb99b88308b533fb2f559c30fa6efb4fa9fda11347f483d245884
|
|
|
|
# requires python3-testfixtures, not packaged in void
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|