Port details |
- py-jq jq.py: a lightweight and flexible JSON processor
- 1.8.0 textproc =2 1.7.0Version of this port present on the latest quarterly branch.
- Maintainer: mandree@FreeBSD.org
- Port Added: 2021-05-22 11:06:20
- Last Update: 2024-08-22 20:59:42
- Commit Hash: a76d69b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- https://github.com/mwilliamson/jq.py
- Description:
- jq.py: a lightweight and flexible JSON processor
py-jq contains Python bindings for jq.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}jq>0:textproc/py-jq@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-jq/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-jq
- pkg install py311-jq
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-jq listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-jq
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1724359388
SHA256 (jq-1.8.0.tar.gz) = 53141eebca4bf8b4f2da5e44271a8a3694220dfd22d2b4b2cfb4816b2b6c9057
SIZE (jq-1.8.0.tar.gz) = 2058265
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-requests>0 : www/py-requests@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-certifi>=0 : security/py-certifi@py311
- py311-pytest>0 : devel/py-pytest@py311
- py311-requests>0 : www/py-requests@py311
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-requests>0 : www/py-requests@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libjq.so : textproc/jq
- libonig.so : devel/oniguruma
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_py-jq
- USES:
- localbase python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.0 22 Aug 2024 20:59:42 |
Matthias Andree (mandree) |
textproc/py-jq: update to 1.8.0
Changelog: https://github.com/mwilliamson/jq.py/blob/master/CHANGELOG.rst#180 |
1.7.0 30 Mar 2024 14:30:51 |
Matthias Andree (mandree) |
textproc/py-jq: update to 1.7.0
Changelog:
https://github.com/mwilliamson/jq.py/blob/1.7.0/CHANGELOG.rst#changelog |
1.6.0 24 Oct 2023 22:00:17 |
Matthias Andree (mandree) |
textproc/py-jq: update → 1.6.0
https://github.com/mwilliamson/jq.py/blob/1.6.0/CHANGELOG.rst#changelog |
1.5.0 10 Sep 2023 18:58:07 |
Matthias Andree (mandree) |
textproc/py-jq: update to 1.5.0
and patch one reference string from "$end" to "end of file"
in several tests, to let "make test" pass... these tests seem to test
that there *IS* an error message, so let's adjust the expect string
to what we get.
ChangeLog: https://github.com/mwilliamson/jq.py/blob/1.5.0/CHANGELOG.rst#150 |
1.4.1 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
1.4.1 16 May 2023 19:34:11 |
Matthias Andree (mandree) |
textproc/py-jq: update to 1.4.1
Upstream ChangeLog:
"Improve handling of null bytes in program inputs and outputs."
<https://github.com/mwilliamson/jq.py/blob/1.4.1/CHANGELOG.rst#141> |
1.4.0 28 Jan 2023 09:35:41 |
Matthias Andree (mandree) |
textproc/py-jq: update to 1.4.0
From the shipped changelog:
* Update handling of non-finite numbers to match the behaviour jq 1.6.
Specifically, NaN is outputted as None, Inf is outputted as DBL_MAX,
and -Inf is outputted as DBL_MIN. |
1.3.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.3.0 23 Sep 2022 20:06:21 |
Matthias Andree (mandree) |
textproc/py-jq: update to 1.3.0
Supports Python 3.11. It would include oniguruma and jq libs in its
sources, but let's continue using our separate ports for now.
Add support for forcing self-tests under poudriere, masked
by a variable that I can set from /usr/local/etc/poudriere.d/make.conf. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.2 13 Feb 2022 23:16:42 |
Matthias Andree (mandree) |
textproc/py-jq: update to 1.2.2
https://github.com/mwilliamson/jq.py/blob/master/CHANGELOG.rst#122 |
1.2.1 07 Aug 2021 15:34:53 |
Matthias Andree (mandree) |
textproc/py-jq: update to v1.2.1
Adds Python 3.10 support (see [1]), else see the
Changelog:
https://github.com/mwilliamson/jq.py/blob/1.2.1/CHANGELOG.rst#changelog
Note that Python 3.10 cannot currently execute self-tests,
assistance solicited:
______ ERROR collecting tests/jq_old_tests.py _____
<frozen importlib._bootstrap>:939: in _find_spec
???
E AttributeError: 'AssertionRewritingHook' object has no attribute 'find_spec'
During handling of the above exception, another exception occurred: (Only the first 15 lines of the commit message are shown above ) |
1.1.3 04 Jun 2021 21:50:58 |
Matthias Andree (mandree) |
textproc/py-jq: package properly with py <= 3.7
Reported by: kai@
PR: 256085 |
1.1.3 22 May 2021 11:04:07 |
Matthias Andree (mandree) |
textproc/py-jq: NEW: lightweight and flexible JSON processor |