Codebase list python-simplekv / 8d507ce
Remove Python 2 module Sophie Brun 4 years ago
3 changed file(s) with 8 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
0 python-simplekv (0.13.0-0kali2) kali-dev; urgency=medium
1
2 * Remove Python 2 module
3
4 -- Sophie Brun <[email protected]> Mon, 30 Dec 2019 12:40:12 +0100
5
06 python-simplekv (0.13.0-0kali1) kali-dev; urgency=medium
17
28 * Initial release
22 Priority: optional
33 Maintainer: Kali Developers <[email protected]>
44 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12), dh-python, python-all, python-setuptools, python3-all, python3-setuptools
5 Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools
66 Standards-Version: 4.4.1
77 Homepage: https://github.com/mbr/simplekv
88 Vcs-Browser: https://gitlab.com/kalilinux/packages/python-simplekv
99 Vcs-Git: https://gitlab.com/kalilinux/packages/python-simplekv.git
1010 Testsuite: autopkgtest-pkg-python
11
12 Package: python-simplekv
13 Architecture: all
14 Depends: ${python:Depends}, ${misc:Depends}
15 Description: simple key-value store for binary data (Python 2)
16 This package contains an API for very basic key-value stores used for small,
17 frequently accessed data or large binary blobs. Its basic interface is easy to
18 implement and it supports a number of backends, including the filesystem,
19 SQLAlchemy, MongoDB, Redis and Amazon S3/Google Storage.
20 .
21 This package installs the library for Python 2.
2211
2312 Package: python3-simplekv
2413 Architecture: all
44 export PYBUILD_NAME=simplekv
55
66 %:
7 dh $@ --with python2,python3 --buildsystem=pybuild
7 dh $@ --with python3 --buildsystem=pybuild