parent
5c9aded9fb
commit
c5dddbefa3
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'yq'
|
# Template file for 'yq'
|
||||||
pkgname=yq
|
pkgname=yq
|
||||||
version=2.3.3
|
version=2.3.4
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,7 +13,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/kislyuk/yq"
|
homepage="https://github.com/kislyuk/yq"
|
||||||
distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz"
|
||||||
checksum=a3deeb987b514235efbdf593f3959dd7d79f41c9687dac29c3c87c62486cdc93
|
checksum=e8a83765b8ac22479f83db80d161f1d9834c6e6bd07916a339a1221b2bcd9311
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 test/test.py
|
python3 test/test.py
|
||||||
|
|
Loading…
Reference in New Issue