./devel/py-lru-dict, Dict-like LRU container

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.0, Package name: py311-lru-dict-1.3.0, Maintainer: minskim

A fixed size dict like container which evicts Least Recently Used
(LRU) items once size limit is exceeded. There are many python
implementations available which does similar things. This is a fast
and efficient C implementation. LRU maximum capacity can be modified
at run-time.


Required to run:
[devel/py-setuptools] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 12.815 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-08 15:12:26 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-lru-dict: updated to 1.3.0

1.3.0
ARM64 Support and Python stubs
   2023-05-30 10:52:39 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-lru-dict: updated to 1.2.0

v1.2.0
Minor bug fixes
   2022-07-12 09:43:12 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-lru-dict: updated to 1.1.8

1.1.8
Updating version to publish prebuilt wheels
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-02-03 19:38:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-lru-dict: updated to 1.1.7

1.1.7:
Bug fixes
   2017-11-28 00:28:37 by Min Sik Kim | Files touched by this commit (4)
Log message:
devel/py-lru-dict: Import version 1.1.6

A fixed size dict like container which evicts Least Recently Used
(LRU) items once size limit is exceeded. There are many python
implementations available which does similar things. This is a fast
and efficient C implementation. LRU maximum capacity can be modified
at run-time.