mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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 changed files with 7 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python3-pykwalify'
|
# Template file for 'python3-pykwalify'
|
||||||
pkgname=python3-pykwalify
|
pkgname=python3-pykwalify
|
||||||
version=1.6.1
|
version=1.7.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=pykwalify-${version}
|
noarch=yes
|
||||||
|
wrksrc="pykwalify-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="pykwalify"
|
pycompile_module="pykwalify"
|
||||||
hostmakedepends="python3-setuptools python3-devel"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="${hostmakedepends/python3-setuptools/}"
|
depends="python3-setuptools python3-yaml python3-docopt python3-dateutil"
|
||||||
depends="python3-yaml python3-docopt python3-dateutil"
|
|
||||||
short_desc="Python YAML/JSON schema validation library"
|
short_desc="Python YAML/JSON schema validation library"
|
||||||
maintainer="Renato Aguiar <renato@renag.me>"
|
maintainer="Renato Aguiar <renato@renag.me>"
|
||||||
license="JSON"
|
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=191fd3f457f23c0aa8538c3a5c0249f70eeb1046e88d0eaaef928e09c44dff8d
|
checksum=7e8b39c5a3a10bc176682b3bd9a7422c39ca247482df198b402e8015defcceb2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue