File: control

package info (click to toggle)
python-leveldb 0~svn68-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 168 kB
  • ctags: 167
  • sloc: cpp: 1,252; python: 333; sh: 113; makefile: 18
file content (54 lines) | stat: -rw-r--r-- 1,491 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
Source: python-leveldb
Section: database
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 libleveldb-dev,
 libsnappy-dev,
 python-all-dev,
 python3-all-dev
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
XS-Testsuite: autopkgtest
Homepage: https://github.com/arnimarj/py-leveldb
Vcs-Git: git://anonscm.debian.org/collab-maint/python-leveldb.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-leveldb.git

Package: python-leveldb
Section: python
Architecture: any
Depends:
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends}
Provides:
 ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python wrapper for LevelDB (Python 2)
 LevelDB is a fast key-value storage library written at Google that
 provides an ordered mapping from string keys to string values.
 .
 This package provides a Python wrapper for LevelDB.
 .
 This is the Python 2 version of the package.

Package: python3-leveldb
Section: python
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends}
Provides:
 ${python3:Provides}
XB-Python-Version: ${python3:Versions}
Description: Python wrapper for LevelDB (Python 3)
 LevelDB is a fast key-value storage library written at Google that
 provides an ordered mapping from string keys to string values.
 .
 This package provides a Python wrapper for LevelDB.
 .
 This is the Python 3 version of the package.