Source: python-repoze.lru Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 11) , python-setuptools , python-all , python3-setuptools , python3-all , dh-python Standards-Version: 4.1.3 X-Python3-Versions: >= 3.2 Homepage: http://www.repoze.org/ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-repoze.lru.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-repoze.lru.git Package: python-repoze.lru Architecture: all Depends: ${python:Depends}, ${misc:Depends} Breaks: python-repoze.who (<< 1.0.18-4~) Description: tiny LRU cache implementation and decorator repoze.lru is a LRU (least recently used) cache implementation. Keys and values that are not used frequently will be evicted from the cache faster than keys and values that are used frequently. . This is the Python 2 version of the package. Package: python3-repoze.lru Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: tiny LRU cache implementation and decorator for Python 3 repoze.lru is a LRU (least recently used) cache implementation. Keys and values that are not used frequently will be evicted from the cache faster than keys and values that are used frequently. . This is the Python 3 version of the package.