Codebase list python-simplekv / e1b307c
Initial release Sophie Brun 4 years ago
7 changed file(s) with 82 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-simplekv (0.13.0-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Fri, 11 Oct 2019 15:45:25 +0200
0 Source: python-simplekv
1 Section: python
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12), dh-python, python-all, python-setuptools, python3-all, python3-setuptools
6 Standards-Version: 4.4.1
7 Homepage: https://github.com/mbr/simplekv
8 Vcs-Browser: https://gitlab.com/kalilinux/packages/python-simplekv
9 Vcs-Git: https://gitlab.com/kalilinux/packages/python-simplekv.git
10 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.
22
23 Package: python3-simplekv
24 Architecture: all
25 Depends: ${python3:Depends}, ${misc:Depends}
26 Description: simple key-value store for binary data (Python 3)
27 This package contains an API for very basic key-value stores used for small,
28 frequently accessed data or large binary blobs. Its basic interface is easy to
29 implement and it supports a number of backends, including the filesystem,
30 SQLAlchemy, MongoDB, Redis and Amazon S3/Google Storage.
31 .
32 This package installs the library for Python 3.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: simplekv
2 Source: https://github.com/mbr/simplekv
3
4 Files: *
5 Copyright: Copyright (c) 2015 Marc Brinkmann
6 License: MIT
7
8 Files: debian/*
9 Copyright: 2019 Sophie Brun <[email protected]>
10 License: MIT
11
12 License: MIT
13 Permission is hereby granted, free of charge, to any person obtaining a
14 copy of this software and associated documentation files (the "Software"),
15 to deal in the Software without restriction, including without limitation
16 the rights to use, copy, modify, merge, publish, distribute, sublicense,
17 and/or sell copies of the Software, and to permit persons to whom the
18 Software is furnished to do so, subject to the following conditions:
19 .
20 The above copyright notice and this permission notice shall be included in
21 all copies or substantial portions of the Software.
22 .
23 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
28 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29 DEALINGS IN THE SOFTWARE.
0 #!/usr/bin/make -f
1 # output every command that modifies files on the build system.
2 #export DH_VERBOSE = 1
3
4 export PYBUILD_NAME=simplekv
5
6 %:
7 dh $@ --with python2,python3 --buildsystem=pybuild
0 3.0 (quilt)
0 extend-diff-ignore = "^[^/]*[.]egg-info/"
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%simplekv-$1.tar.gz%" \
2 https://github.com/mbr/simplekv/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate