yq: update to 2.10.0
This commit is contained in:
parent
d7e0564221
commit
34b7fc4c97
|
@ -1,20 +1,19 @@
|
|||
# Template file for 'yq'
|
||||
pkgname=yq
|
||||
version=2.9.2
|
||||
revision=2
|
||||
version=2.10.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-yaml"
|
||||
depends="python3-setuptools"
|
||||
depends="jq python3-xmltodict python3-yaml python3-toml"
|
||||
depends="python3-setuptools python3-xmltodict python3-yaml python3-toml"
|
||||
checkdepends="jq python3-xmltodict python3-toml"
|
||||
short_desc="Command-line YAML processor written in Python that wraps around jq"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/kislyuk/yq"
|
||||
distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz"
|
||||
checksum=9a169c2cbdabf2e3151e7e289ac9aa94ee4284c135eacb630703102d6e321edd
|
||||
checksum=abaf2c0728f1c38dee852e976b0a6def5ab660d67430ee5af76b7a37072eba46
|
||||
|
||||
do_check() {
|
||||
python3 test/test.py
|
||||
|
|
Loading…
Reference in New Issue