2017-10-21 00:46:36 +02:00
|
|
|
# Template file for 'yq'
|
|
|
|
pkgname=yq
|
2018-01-29 23:18:05 +01:00
|
|
|
version=2.3.6
|
2017-10-21 00:46:36 +02:00
|
|
|
revision=1
|
|
|
|
noarch=yes
|
|
|
|
build_style=python3-module
|
|
|
|
hostmakedepends="python3-setuptools"
|
|
|
|
makedepends="python3-yaml"
|
|
|
|
checkdepends="jq"
|
|
|
|
depends="python3 python3-yaml jq"
|
|
|
|
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"
|
2018-01-29 23:18:05 +01:00
|
|
|
checksum=795f79b39e45c26396db73f14c2ab42ae172be6bed95e19b30483f2d34fc425b
|
2017-10-21 00:46:36 +02:00
|
|
|
|
|
|
|
do_check() {
|
|
|
|
python3 test/test.py
|
|
|
|
}
|