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
|
Source: python-leveldb
Section: database
Priority: optional
Maintainer: Alessio Treglia <alessio@debian.org>
Build-Depends:
debhelper (>= 9),
libleveldb-dev,
libsnappy-dev,
python-all-dev,
python3-all-dev
Standards-Version: 3.9.5
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
XS-Testsuite: autopkgtest
Homepage: http://code.google.com/p/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}
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}
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.
|