Port details |
- py-propcache Accelerated property cache
- 0.2.1 devel =0 0.2.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-11-21 21:00:08
- Last Update: 2024-12-25 19:15:34
- Commit Hash: 69c74ea
- 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 = 1734888258
SHA256 (propcache-0.2.1.tar.gz) = 3f77ce728b19cb537714499928fe800c3dda29e8d9428778fc7c186da4c09a64
SIZE (propcache-0.2.1.tar.gz) = 41735
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
- cython-3.11 : lang/cython@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:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.1 25 Dec 2024 19:15:34 |
Po-Chuan Hsieh (sunpoet) |
devel/py-propcache: Update to 0.2.1
Changes: https://github.com/aio-libs/propcache/releases
https://propcache.aio-libs.org/en/latest/changes/ |
0.2.0 21 Nov 2024 20:51:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-propcache: Add py-propcache 0.2.0
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. |
Number of commits found: 2
|