| Port details |
- py-cachebox Fastest memoizing and caching Python library written in Rust
- 6.2.1 devel
=0 6.1.1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2026-05-16 18:51:05
- Last Update: 2026-07-28 08:38:05
- Commit Hash: da5d898
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/awolverp/cachebox
- Description:
- cachebox is the fastest memoizing and caching Python library, written in Rust.
It supports 7 caching algorithms: FIFO, LRU, LFU, RR, TTL, VTTL, and basic
cache. Features include thread safety, zero external dependencies, and
10-50x performance improvements over comparable Python caching libraries.
¦ ¦ ¦ ¦ 
- 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}cachebox>0:devel/py-cachebox@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-cachebox/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-cachebox
- pkg install py312-cachebox
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-cachebox listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-cachebox
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1785227306
SHA256 (cachebox-6.2.1.tar.gz) = 44a590cd09723f36a01c4cee862e633c6e15d15d059e14cd655e395560bebe1b
SIZE (cachebox-6.2.1.tar.gz) = 154345
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:
-
- py312-maturin>=1.8<2.0 : devel/py-maturin@py312
- rust>=1.97.0 : lang/rust
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- py312-pytest-asyncio>0 : devel/py-pytest-asyncio@py312
- py312-pytest>=7,1 : devel/py-pytest@py312
- python3.12 : lang/python312
- Runtime dependencies:
-
- python3.12 : lang/python312
- This port is required by:
- for Run
-
- devel/py-deepdiff
Configuration Options:
- No options to configure
- Options name:
- devel_py-cachebox
- USES:
- cargo 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 |
6.2.1 28 Jul 2026 08:38:05
    |
Yuri Victorovich (yuri)  |
devel/py-cachebox: update 6.1.1 → 6.2.1 |
6.1.1_1 21 Jul 2026 06:47:24
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.97.1
PR: 296645 |
6.1.1 11 Jun 2026 18:24:28
    |
Yuri Victorovich (yuri)  |
devel/py-cachebox: update 6.0.0 → 6.1.1 |
6.0.0_1 04 Jun 2026 08:52:51
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.96.0
PR: 295694 |
6.0.0 03 Jun 2026 08:02:54
    |
Yuri Victorovich (yuri)  |
devel/py-cachebox: update 5.2.3 → 6.0.0 |
5.2.3 16 May 2026 18:50:23
    |
Yuri Victorovich (yuri)  |
devel/py-cachebox: New port: Fastest memoizing and caching Python library
written in Rust |