yq: update to 2.5.0.

Closes: #13182 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
maxice8 2018-04-03 01:06:33 -03:00 committed by Jürgen Buchmüller
parent 9ad87fb249
commit 265f431cb2
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -1,19 +1,20 @@
# Template file for 'yq'
pkgname=yq
version=2.4.1
version=2.5.0
revision=1
noarch=yes
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-yaml"
checkdepends="jq python3-xmltodict"
depends="python3 python3-yaml python3-xmltodict jq"
depends="jq python3-xmltodict python3-yaml"
short_desc="Command-line YAML processor written in Python that wraps around jq"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/kislyuk/yq"
distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz"
checksum=4833d4055b0f1c1f1a2fd292421b3472da39c7dc2727d7819efd11065a5fd310
checksum=e9fd2aa32defcd051058e3b6f665873282aa4eed19e11b1db94fe70847535d4c
conflicts="xtools>=0" # /usr/bin/xq
do_check() {
python3 test/test.py