Skip to content

Commit

Permalink
textproc/yq: update 3.2.3 → 3.4.1
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Apr 18, 2024
1 parent 6547563 commit 53ca4f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions textproc/yq/Makefile
@@ -1,5 +1,5 @@
PORTNAME= yq
DISTVERSION= 3.2.3
DISTVERSION= 3.4.1
CATEGORIES= textproc python
MASTER_SITES= PYPI

Expand All @@ -10,8 +10,7 @@ WWW= https://kislyuk.github.io/yq/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.3:devel/py-setuptools-scm@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.3:devel/py-setuptools-scm@${PY_FLAVOR}
RUN_DEPENDS= jq:textproc/jq \
${PYTHON_PKGNAMEPREFIX}argcomplete>=1.8.1:devel/py-argcomplete@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyaml>=5.3.1:textproc/py-pyaml@${PY_FLAVOR} \
Expand All @@ -34,7 +33,7 @@ CONFLICTS_INSTALL= go-yq

NO_ARCH= yes

do-test: # tests fail: https://github.com/kislyuk/yq/issues/168
do-test: # tests fail: https://github.com/mikefarah/yq/issues/2016
@cd ${WRKSRC}/test && ${SETENV} ${TEST_ENV} ./test.py

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions textproc/yq/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1694369732
SHA256 (yq-3.2.3.tar.gz) = 29c8fe1d36b4f64163f4d01314c6ae217539870f610216dee6025dfb5eafafb1
SIZE (yq-3.2.3.tar.gz) = 31952
TIMESTAMP = 1713472108
SHA256 (yq-3.4.1.tar.gz) = b558dab6f15c03e24a1c448789500b20d6f307ee9ca4c9361387f3658163000d
SIZE (yq-3.4.1.tar.gz) = 32876

0 comments on commit 53ca4f0

Please sign in to comment.