Subject: CVS commit: pkgsrc/devel/py-propcache
From: Thomas Klausner
Date: 2024-10-10 08:35:58
Message id: 20241010063558.78503FC7E@cvs.NetBSD.org

Log Message:
devel/py-propcache: import py-propcache-0.2.0

The module provides a fast implementation of cached properties for
Python 3.8+.

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.

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-propcache/DESCR
1.1addpkgsrc/devel/py-propcache/Makefile
1.1addpkgsrc/devel/py-propcache/PLIST
1.1addpkgsrc/devel/py-propcache/distinfo