Port details |
- py-propcache Accelerated property cache
- 0.2.0 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: sunpoet@FreeBSD.org
- Port Added: 2024-11-21 21:00:08
- Last Update: 2024-11-21 20:51:51
- Commit Hash: 66875a9
- 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 = 1732202480
SHA256 (propcache-0.2.0.tar.gz) = df81779732feb9d01e5d513fad0122efb3d53bbc75f61b2a4f29a020bc985e70
SIZE (propcache-0.2.0.tar.gz) = 40951
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
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 1
|