| Port details |
- py-python-box Python dictionaries with advanced dot notation access
- 7.4.1 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: lazeraman@gmail.com
 - Port Added: 2026-09-20 20:51:07
- Last Update: 2026-09-20 20:47:49
- Commit Hash: e35d1fc
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/cdgriffith/Box
- Description:
- Box is a Python dictionary subclass that provides dot notation access to
its keys, while behaving like a standard dict in every other respect.
It supports conversion helpers for JSON, YAML, TOML and msgpack, along
with frozen, default and transformation box types.
¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}python-box>0:devel/py-python-box@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-python-box/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-python-box
- pkg install py312-python-box
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 py312-python-box listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-python-box
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1789705709
SHA256 (python_box-7.4.1.tar.gz) = e412e36c25fca8223560516d53ef6c7993591c3b0ec8bb4ec582bf7defdd79f0
SIZE (python_box-7.4.1.tar.gz) = 49859
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py312-setuptools>0 : devel/py-setuptools@py312
- py312-wheel>=0 : devel/py-wheel@py312
- py312-cython>=3.2.9 : lang/cython@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- py312-msgpack>=1.0.0 : devel/py-msgpack@py312
- py312-ruamel.yaml>=0.19.1 : devel/py-ruamel.yaml@py312
- py312-tomli-w>=0 : textproc/py-tomli-w@py312
- py312-toon-format>=0 : textproc/py-toon-format@py312
- py312-pytest>=7,1 : devel/py-pytest@py312
- python3.12 : lang/python312
- Runtime dependencies:
-
- python3.12 : lang/python312
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py312-python-box-7.4.1:
MSGPACK=off: MessagePack serialization support
TOML=off: TOML format or parser support
YAML=off: YAML format or parser support
===> Use 'make config' to modify these settings
- Options name:
- devel_py-python-box
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
7.4.1 20 Sep 2026 20:47:49
    |
Michael Osipov (michaelo)  Author: Pete Diamond |
devel/py-python-box: new port
Box is a Python dictionary subclass that provides dot notation access to
its keys, while behaving like a standard dict in every other respect.
It supports conversion helpers for JSON, YAML, TOML and msgpack, along
with frozen, default and transformation box types.
Co-authored-by: Michael Osipov <michaelo@FreeBSD.org>
PR: 298696 |
Number of commits found: 1
|