notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-propcache Accelerated property cache
0.2.0 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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>)
  • py311: py311-propcache
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):
py311-propcache
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.2.0--0.2.0---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-0.2.0--0.2.0---
FreeBSD:14:quarterly--------
FreeBSD:15:latest-0.2.0n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-expandvars>=0 : devel/py-expandvars@py311
  2. py311-setuptools>=0 : devel/py-setuptools@py311
  3. py311-wheel>=0 : devel/py-wheel@py311
  4. cython-3.11 : lang/cython@py311
  5. python3.11 : lang/python311
  6. py311-build>=0 : devel/py-build@py311
  7. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
This port is required by:
for Run
  1. www/py-aiohttp
  2. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/propcache/
  2. https://pypi.org/packages/source/p/propcache/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2.0
21 Nov 2024 20:51:51
commit hash: 66875a9475feaf214d8103b009b8946b82b495f4commit hash: 66875a9475feaf214d8103b009b8946b82b495f4commit hash: 66875a9475feaf214d8103b009b8946b82b495f4commit hash: 66875a9475feaf214d8103b009b8946b82b495f4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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