Subject: CVS commit: pkgsrc/devel/py-pylru
From: Pierre Pronchery
Date: 2021-02-25 16:10:08
Message id: 20210225151008.6A821FA95@cvs.NetBSD.org

Log Message:
py-pylry: import version 1.2.0

Pylru implements a true LRU cache along with several support classes. The cache
is efficient and written in pure Python. It works with Python 2.6+ including
the 3.x series. Basic operations (lookup, insert, delete) all run in a constant
amount of time. Pylru provides a cache class with a simple dict interface. It
also provides classes to wrap any object that has a dict interface with a
cache. Both write-through and write-back semantics are supported. Pylru also
provides classes to wrap functions in a similar way, including a function
decorator.

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