notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-jq jq.py: a lightweight and flexible JSON processor
1.6.0 textproc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.6.0Version of this port present on the latest quarterly branch.
Maintainer: mandree@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-05-22 11:06:20
Last Update: 2023-10-24 22:00:17
Commit Hash: e33030a
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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 py39-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 py39-jq listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-jq
Package flavors (<flavor>: <package>)
  • py39: py39-jq
distinfo:
TIMESTAMP = 1697574722 SHA256 (jq-1.6.0.tar.gz) = c7711f0c913a826a00990736efa6ffc285f8ef433414516bb14b7df971d6c1ea SIZE (jq-1.6.0.tar.gz) = 2913373

Packages (timestamps in pop-ups are UTC):
py39-jq
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.6.01.6.0-1.6.01.6.0---
FreeBSD:13:quarterly1.6.01.6.01.4.11.6.01.6.01.6.01.6.01.6.0
FreeBSD:14:latest1.6.01.6.01.3.01.6.01.6.01.4.1-1.4.1
FreeBSD:14:quarterly1.6.01.6.0-1.6.01.6.01.6.01.6.01.6.0
FreeBSD:15:latest1.6.01.6.0n/a1.6.0n/a1.6.01.6.01.6.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-requests>0 : www/py-requests@py39
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
  4. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  5. python3.9 : lang/python39
Test dependencies:
  1. py39-certifi>=0 : security/py-certifi@py39
  2. py39-pytest>0 : devel/py-pytest@py39
  3. py39-requests>0 : www/py-requests@py39
  4. py39-setuptools>0 : devel/py-setuptools@py39
  5. py39-wheel>0 : devel/py-wheel@py39
  6. python3.9 : lang/python39
Runtime dependencies:
  1. py39-requests>0 : www/py-requests@py39
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
Library dependencies:
  1. libjq.so : textproc/jq
  2. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/j/jq/
  2. https://pypi.org/packages/source/j/jq/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.6.0
24 Oct 2023 22:00:17
commit hash: e33030af683dea37b67fc3c4fc89aaa81e0b9535commit hash: e33030af683dea37b67fc3c4fc89aaa81e0b9535commit hash: e33030af683dea37b67fc3c4fc89aaa81e0b9535commit hash: e33030af683dea37b67fc3c4fc89aaa81e0b9535 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
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
commit hash: 99190adc7dca9eed00d0684782d80b21ba223265commit hash: 99190adc7dca9eed00d0684782d80b21ba223265commit hash: 99190adc7dca9eed00d0684782d80b21ba223265commit hash: 99190adc7dca9eed00d0684782d80b21ba223265 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
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
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
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
commit hash: 01df131e2dfd4a676d95a91c4a32a8ba769795c7commit hash: 01df131e2dfd4a676d95a91c4a32a8ba769795c7commit hash: 01df131e2dfd4a676d95a91c4a32a8ba769795c7commit hash: 01df131e2dfd4a676d95a91c4a32a8ba769795c7 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
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
commit hash: eff4f7e83316bf0b01280c9dd27c7b26d2540645commit hash: eff4f7e83316bf0b01280c9dd27c7b26d2540645commit hash: eff4f7e83316bf0b01280c9dd27c7b26d2540645commit hash: eff4f7e83316bf0b01280c9dd27c7b26d2540645 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
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
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
1.3.0
23 Sep 2022 20:06:21
commit hash: be626dd64568a84be0234dc44f6acace02d8fca4commit hash: be626dd64568a84be0234dc44f6acace02d8fca4commit hash: be626dd64568a84be0234dc44f6acace02d8fca4commit hash: be626dd64568a84be0234dc44f6acace02d8fca4 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.2.2
13 Feb 2022 23:16:42
commit hash: 6a6f9bc44f1855ce47b65e44ab0a4e13e5c2e9b2commit hash: 6a6f9bc44f1855ce47b65e44ab0a4e13e5c2e9b2commit hash: 6a6f9bc44f1855ce47b65e44ab0a4e13e5c2e9b2commit hash: 6a6f9bc44f1855ce47b65e44ab0a4e13e5c2e9b2 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
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
commit hash: c45834e17fc487ddb045a2507c3647b60789c8cacommit hash: c45834e17fc487ddb045a2507c3647b60789c8cacommit hash: c45834e17fc487ddb045a2507c3647b60789c8cacommit hash: c45834e17fc487ddb045a2507c3647b60789c8ca files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
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 View all of this commit message)
1.1.3
04 Jun 2021 21:50:58
commit hash: d15f0e60444d2e0f5eb527e9a5965b977f0c38d1commit hash: d15f0e60444d2e0f5eb527e9a5965b977f0c38d1commit hash: d15f0e60444d2e0f5eb527e9a5965b977f0c38d1commit hash: d15f0e60444d2e0f5eb527e9a5965b977f0c38d1 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
textproc/py-jq: package properly with py <= 3.7

Reported by:	kai@
PR:		256085
1.1.3
22 May 2021 11:04:07
commit hash: ef0c7ddce0b18552743aaba4f13167826182a349commit hash: ef0c7ddce0b18552743aaba4f13167826182a349commit hash: ef0c7ddce0b18552743aaba4f13167826182a349commit hash: ef0c7ddce0b18552743aaba4f13167826182a349 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
textproc/py-jq: NEW: lightweight and flexible JSON processor

Number of commits found: 13