Date: Wed, 13 Jul 2016 05:26:40 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211047] [NEW PORT] devel/py-darts.util.lru: Simple dictionary with LRU behaviour in Python Message-ID: <bug-211047-13-STRBBXaCeX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211047-13@https.bugs.freebsd.org/bugzilla/> References: <bug-211047-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211047 --- Comment #1 from commit-hook@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 =3D LRUDict(1) >>> cache.capacity 1 WWW: https://pypi.python.org/pypi/darts.util.lru PR: 211047 Submitted by: Danilo G. Baio <dbaio@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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211047-13-STRBBXaCeX>