Update to yq 2.10.0

- Add support for in-place editing (yq -yi)
- Add argcomplete integration
This commit is contained in:
kn 2019-12-24 19:24:31 +00:00
parent bff7e0d4c1
commit 4bee18f88d
2 changed files with 7 additions and 6 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.3 2019/11/23 23:49:17 kmos Exp $
# $OpenBSD: Makefile,v 1.4 2019/12/24 19:24:31 kn Exp $
COMMENT = jq wrapper for YAML/XML documents
MODPY_EGG_VERSION = 2.9.2
MODPY_EGG_VERSION = 2.10.0
DISTNAME = yq-${MODPY_EGG_VERSION}
CATEGORIES = textproc
HOMEPAGE = https://yq.readthedocs.io/
HOMEPAGE = https://kislyuk.github.io/yq/
MAINTAINER = Klemens Nanni <kn@openbsd.org>
@ -21,7 +21,8 @@ MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
MODPY_PYTEST_ARGS = test/test.py
RUN_DEPENDS = textproc/jq \
RUN_DEPENDS = devel/py-argcomplete${MODPY_FLAVOR} \
textproc/jq \
textproc/py-xmltodict${MODPY_FLAVOR} \
textproc/py-yaml${MODPY_FLAVOR}

View File

@ -1,2 +1,2 @@
SHA256 (yq-2.9.2.tar.gz) = mhacLL2r8uMVHn4omsmqlO5ChME16stjBwMQLW4yHt0=
SIZE (yq-2.9.2.tar.gz) = 19177
SHA256 (yq-2.10.0.tar.gz) = q68sByjxw43uhS6Xawpt71q2YNZ0MO5a92t6NwcuukY=
SIZE (yq-2.10.0.tar.gz) = 19970