Skip to content

Commit

Permalink
textproc/py-jq: update to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mandree committed Feb 13, 2022
1 parent 70afcc3 commit 6a6f9bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions textproc/py-jq/Makefile
@@ -1,5 +1,5 @@
PORTNAME= jq
PORTVERSION= 1.2.1
PORTVERSION= 1.2.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP LOCAL/mandree:mandree
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -21,9 +21,13 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}

USES= localbase python:3.5+
USES= localbase python:3.7-3.10
USE_PYTHON= autoplist distutils

post-extract:
# move tests into place - unchanged between 1.2.1 and 1.2.2
${MV} ${WRKDIR}/jq-1.2.1/* ${WRKDIR}/jq-1.2.2/

post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/jq*.so

Expand Down
6 changes: 3 additions & 3 deletions textproc/py-jq/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1628345619
SHA256 (jq-1.2.1.tar.gz) = 73ce588025495e6ebcda20bb9e64b6d9f3f1657c22895143ae243899ac710cbc
SIZE (jq-1.2.1.tar.gz) = 72435
TIMESTAMP = 1644792897
SHA256 (jq-1.2.2.tar.gz) = 86ace2c43f17b5a64a38887ede72c7b8ce2ab0bcfa81ee28ff6434e935010abe
SIZE (jq-1.2.2.tar.gz) = 72440
SHA256 (jq-1.2.1-tests.tar.gz) = 7648084f434896eda31bb5e09a4f6d32ebb561660c95655e08346c33be9b3ece
SIZE (jq-1.2.1-tests.tar.gz) = 2856

0 comments on commit 6a6f9bc

Please sign in to comment.