File: control

package info (click to toggle)
cachelib 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: python: 1,555; makefile: 32; sh: 15
file content (71 lines) | stat: -rw-r--r-- 1,985 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Source: cachelib
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Joseph Nahmias <jello@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-setuptools,
 python3-all,
 python3-boto3 <!nocheck>,
 memcached <!nocheck>,
 python3-pylibmc <!nocheck>,
 python3-pymongo <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-xprocess <!nocheck>,
 python3-redis <!nocheck>,
 redis-server <!nocheck>,
 python3-pallets-sphinx-themes <!nodoc>,
 python3-sphinx <!nodoc>,
 python3-sphinxcontrib-log-cabinet <!nodoc>,
 python3-sphinxcontrib.applehelp <!nodoc>,
 python3-sphinxcontrib.devhelp <!nodoc>,
 python3-sphinxcontrib.htmlhelp <!nodoc>,
 python3-sphinxcontrib.jsmath <!nodoc>,
 python3-sphinxcontrib.qthelp <!nodoc>,
 python3-sphinxcontrib.serializinghtml <!nodoc>,
 python3-sphinx-issues <!nodoc>,
 python3-sphinx-tabs <!nodoc>,
Standards-Version: 4.6.2
Homepage: https://github.com/pallets/cachelib/
Vcs-Browser: https://salsa.debian.org/python-team/packages/cachelib
Vcs-Git: https://salsa.debian.org/python-team/packages/cachelib.git
Rules-Requires-Root: no

Package: python3-cachelib
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-cachelib-doc
Description: collection of cache libraries using the same API (Python 3)
 This package provides a uniform API over a number of different caching
 backends including:
 .
  * Memory
  * File
  * Redis
  * Memcached
  * uWSGI
  * DynamoDB
  * MongoDB
 .
 This package installs the library for Python 3.

Package: python-cachelib-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: collection of cache libraries using the same API (documentation)
 This package provides a uniform API over a number of different caching
 backends including:
 .
  * Memory
  * File
  * Redis
  * Memcached
  * uWSGI
  * DynamoDB
  * MongoDB
 .
 This is the common documentation package.