File: control

package info (click to toggle)
python-repoze.lru 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 232 kB
  • sloc: python: 966; makefile: 127
file content (37 lines) | stat: -rw-r--r-- 1,418 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
33
34
35
36
37
Source: python-repoze.lru
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
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.