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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-propcache Accelerated property cache
0.3.1 devel on this many watch lists=1 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 0.3.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
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.
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 = 1744288952 SHA256 (propcache-0.3.1.tar.gz) = 40d980c33765359098837527e18eddefc9a24cea5b45e078a7f3bb5b032c6ecf SIZE (propcache-0.3.1.tar.gz) = 43651

Packages (timestamps in pop-ups are UTC):
py311-propcache
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.3.00.3.1-0.3.00.3.1---
FreeBSD:13:quarterly0.3.00.3.0-0.3.00.3.0---
FreeBSD:14:latest0.3.00.3.1-0.3.00.3.1---
FreeBSD:14:quarterly0.2.10.3.0-0.2.10.3.0---
FreeBSD:15:latest0.3.00.3.1n/a0.3.0n/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. py311-cython3>=3.0.12<3.1 : lang/cython3@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:3.9+
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: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3.1
18 Apr 2025 05:37:36
commit hash: 3e1728948ef887de9a73cd1f9abf5134efef0122commit hash: 3e1728948ef887de9a73cd1f9abf5134efef0122commit hash: 3e1728948ef887de9a73cd1f9abf5134efef0122commit hash: 3e1728948ef887de9a73cd1f9abf5134efef0122 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-propcache: Update to 0.3.1

Changes:	https://github.com/aio-libs/propcache/releases
		https://propcache.aio-libs.org/en/latest/changes/
0.3.0
09 Apr 2025 14:55:11
commit hash: 150c0018fdfece47d43cc508378c8faf26046149commit hash: 150c0018fdfece47d43cc508378c8faf26046149commit hash: 150c0018fdfece47d43cc508378c8faf26046149commit hash: 150c0018fdfece47d43cc508378c8faf26046149 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/Uses/python.mk: Introduce USE_PYTHON=cython3{,_run,_test}

- Update USE_PYTHON=cython{,_run,_test}
- Convert all cython3 occurrence to USE_PYTHON=cython3*
- While I'm here, fix incorrect usage of combining cython3 in BUILD_DEPENDS and
USE_PYTHON=cython

It is added to simplify the future transition from Cython 0.29 to 3.

The minimal version is set to 3.0.12 because it is required by
devel/py-propcache.
The upper bound of version is set to 3.1 because it is limited by multiple
ports.
0.3.0
14 Mar 2025 09:54:19
commit hash: 36683a53959ecaaecdde1f2ce6a9143e840ee808commit hash: 36683a53959ecaaecdde1f2ce6a9143e840ee808commit hash: 36683a53959ecaaecdde1f2ce6a9143e840ee808commit hash: 36683a53959ecaaecdde1f2ce6a9143e840ee808 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-propcache: Update to 0.3.0

Changes:	https://github.com/aio-libs/propcache/releases
		https://propcache.aio-libs.org/en/latest/changes/
0.2.1
25 Dec 2024 19:15:34
commit hash: 69c74eaf7ea95e73a7256767e8d4074fac4c7751commit hash: 69c74eaf7ea95e73a7256767e8d4074fac4c7751commit hash: 69c74eaf7ea95e73a7256767e8d4074fac4c7751commit hash: 69c74eaf7ea95e73a7256767e8d4074fac4c7751 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
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: 5