[Bug 211047] [NEW PORT] devel/py-darts.util.lru: Simple dictionary with LRU behaviour in Python
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jul 13 05:26:40 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211047
--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:
Author: pi
Date: Wed Jul 13 05:26:30 UTC 2016
New revision: 418461
URL: https://svnweb.freebsd.org/changeset/ports/418461
Log:
New port: devel/py-darts.util.lru
A LRUDict is basically a simple dictionary, which has a defined
maximum capacity, that may be supplied at construction time, or
modified at run-time via the capacity property:
>>> cache = LRUDict(1)
>>> cache.capacity
1
WWW: https://pypi.python.org/pypi/darts.util.lru
PR: 211047
Submitted by: Danilo G. Baio <dbaio at bsd.com.br>
Changes:
head/devel/Makefile
head/devel/py-darts.util.lru/
head/devel/py-darts.util.lru/Makefile
head/devel/py-darts.util.lru/distinfo
head/devel/py-darts.util.lru/pkg-descr
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list