| Port details |
- py-cachebox Fastest memoizing and caching Python library written in Rust
- 6.1.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: yuri@FreeBSD.org
 - Port Added: 2026-05-16 18:51:05
- Last Update: 2026-06-11 18:24:28
- Commit Hash: 1b6ec35
- 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 py311-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 py311-cachebox listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-cachebox
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1781199448
SHA256 (cachebox-6.1.1.tar.gz) = 371f26fc2e659ec686e92aa1624b79fd26d327fc4b68aaddbb482f714f95c89f
SIZE (cachebox-6.1.1.tar.gz) = 152387
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-maturin>=1.8<2.0 : devel/py-maturin@py311
- rust>=1.96.0 : lang/rust
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest-asyncio>0 : devel/py-pytest-asyncio@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- 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.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 |