Port details |
- py-propcache Accelerated property cache
- 0.3.1 devel
=1 0.3.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-11-21 21:00:08
- Last Update: 2025-04-18 05:37:36
- Commit Hash: 3e17289
- People watching this port, also watch:: cmocka, py311-calver, xcb-util-image, py311-multidict, tmux
- Also Listed In: python
- License: APACHE20
- WWW:
- https://propcache.aio-libs.org/en/latest/
- https://github.com/aio-libs/propcache
- Description:
- propcache provides a fast implementation of cached properties for Python.
The API is designed to be nearly identical to the built-in
functools.cached_property class, except for the additional under_cached_property
class which uses self._cache instead of self.__dict__ to store the cached values
and prevents __set__ from being called.
 ¦ ¦ ¦ ¦ 
- 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}propcache>0:devel/py-propcache@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-propcache/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-propcache
- pkg install py311-propcache
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-propcache listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-propcache
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1744288952
SHA256 (propcache-0.3.1.tar.gz) = 40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf
SIZE (propcache-0.3.1.tar.gz) = 43651
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-expandvars>=0 : devel/py-expandvars@py311
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- py311-cython3>=3.0.12<3.1 : lang/cython3@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
-
- www/py-aiohttp
- www/py-yarl
Configuration Options:
- No options to configure
- Options name:
- devel_py-propcache
- USES:
- python:3.9+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|