| Port details |
- py-cachebox Fastest memoizing and caching Python library written in Rust
- 5.2.3 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-05-16 18:50:23
- Commit Hash: a37b6ef
- 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 = 1778916885
SHA256 (cachebox-5.2.3.tar.gz) = b1f68246685aa739bbbd2734befb1465363a1e1042407c154feadb065f17a099
SIZE (cachebox-5.2.3.tar.gz) = 63686
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:
-
- py311-maturin>=1.8<2.0 : devel/py-maturin@py311
- rust>=1.95.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:
|