Port details on branch 2022Q2 |
- py-ijson Iterative JSON parser with a standard Python iterator interface
- 3.4.0 devel
=3 3.4.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2019-04-15 20:35:10
- Last Update: 2025-05-19 19:58:11
- Commit Hash: d6f362b
- People watching this port, also watch:: qtkeychain-qt5, py311-treq, py311-Automat, linux-c7-atk, py311-beautifulsoup
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/ICRAR/ijson
- Description:
- Ijson is an iterative JSON parser with a standard Python iterator interface.
Ijson provides several implementations of the actual parsing in the form of
backends located in ijson/backends:
- yajl2_cffi: wrapper around YAJL 2.x using CFFI, this is the fastest.
- yajl2: wrapper around YAJL 2.x using ctypes, for when you can't use CFFI for
some reason.
- yajl: deprecated YAJL 1.x + ctypes wrapper, for even older systems.
- python: pure Python parser, good to use with PyPy
¦ ¦ ¦ ¦ 
- 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}ijson>0:devel/py-ijson@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-ijson/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-ijson
- pkg install py311-ijson
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-ijson listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-ijson
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1747546508
SHA256 (ijson-3.4.0.tar.gz) = 5f74dcbad9d592c428d3ca3957f7115a42689ee7ee941458860900236ae9bb13
SIZE (ijson-3.4.0.tar.gz) = 65782
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-setuptools>=61 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-dataflows-tabulator
- devel/py-tabulator
- net-im/py-matrix-synapse
Configuration Options:
- ===> The following configuration options are available for py311-ijson-3.4.0:
YAJL=off: Enable yajl2_c backend
===> Use 'make config' to modify these settings
- Options name:
- devel_py-ijson
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|