File: control

package info (click to toggle)
python-repoze.lru 0.6-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 224 kB
  • ctags: 126
  • sloc: python: 794; makefile: 127
file content (32 lines) | stat: -rw-r--r-- 1,387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: python-repoze.lru
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 9), python-setuptools, python-all, python3-setuptools, python3-all
Standards-Version: 3.9.6
X-Python3-Versions: >= 3.2
Homepage: http://www.repoze.org/
Vcs-Git: git://anonscm.debian.org/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.