Subject: CVS commit: pkgsrc/devel/py-expiringdict
From: Thomas Klausner
Date: 2022-08-24 12:17:19
Message id: 20220824101719.5B48CFB1A@cvs.NetBSD.org

Log Message:
devel/py-expiringdict: import py-expiringdict-1.2.2

expiringdict is a Python caching library. The core of the library
is ExpiringDict class which is an ordered dictionary with auto-expiring
values for caching purposes. Expiration happens on any access,
object is locked during cleanup from expired values. ExpiringDict
can not store more than `max_len` elements - the oldest will be
deleted.

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