Codebase list keyrings.alt / ae004e6
Initial release (closes: #813291). Dmitry Shachnev 8 years ago
7 changed file(s) with 110 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 keyrings.alt (1.1-1) UNRELEASED; urgency=medium
1
2 * Initial release (closes: #813291).
3
4 -- Dmitry Shachnev <mitya57@debian.org> Sat, 06 Feb 2016 12:28:38 +0300
0 Source: keyrings.alt
1 Priority: optional
2 Section: python
3 X-Python-Version: >= 2.7
4 X-Python3-Version: >= 3.2
5 Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
6 Uploaders: Carl Chenet <chaica@debian.org>,
7 Dmitry Shachnev <mitya57@debian.org>
8 Build-Depends: debhelper (>= 9),
9 dh-python,
10 python-all (>= 2.6.6-13),
11 python-crypto,
12 python-mock,
13 python-pytest,
14 python-setuptools,
15 python-setuptools-scm (>= 1.9),
16 python3-all,
17 python3-crypto,
18 python3-mock,
19 python3-pytest,
20 python3-setuptools,
21 python3-setuptools-scm (>= 1.9)
22 Standards-Version: 3.9.6
23 Homepage: https://github.com/jaraco/keyrings.alt
24 Vcs-Git: git://anonscm.debian.org/python-modules/packages/keyrings.alt.git
25 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/keyrings.alt.git
26
27 Package: python-keyrings.alt
28 Architecture: all
29 Depends: python-crypto, ${misc:Depends}, ${python:Depends}
30 Suggests: gir1.2-gnomekeyring-1.0,
31 python-fs,
32 python-gdata,
33 python-gi,
34 python-kde4,
35 python-keyczar
36 Description: alternate backend implementations for python-keyring
37 The Python keyring library provides an easy way to access the system keyring
38 service from Python. It can be used in any application that needs safe
39 password storage.
40 .
41 Keyrings.alt module contains the alternate keyring backend implementations
42 for use with python-keyring, most importantly the file backend which does
43 not need any external services to work.
44 .
45 This package contains the Python 2 version of keyrings.alt.
46
47 Package: python3-keyring
48 Architecture: all
49 Depends: python3-crypto, ${misc:Depends}, ${python3:Depends}
50 Suggests: gir1.2-gnomekeyring-1.0, python3-gi, python3-pykde4
51 Description: alternate backend implementations for python3-keyring
52 The Python keyring library provides an easy way to access the system keyring
53 service from Python. It can be used in any application that needs safe
54 password storage.
55 .
56 Keyrings.alt module contains the alternate keyring backend implementations
57 for use with python-keyring, most importantly the file backend which does
58 not need any external services to work.
59 .
60 This package contains the Python 3 version of keyrings.alt.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Source: https://github.com/jaraco/keyrings.alt
2
3 Files: *
4 Copyright: 2016, Jason R. Coombs <jaraco@jaraco.com>
5 License: MIT
6
7 Files: debian/*
8 Copyright: 2016, Dmitry Shachnev <mitya57@debian.org>
9 License: MIT
10
11 License: MIT
12 Permission is hereby granted, free of charge, to any person obtaining a copy
13 of this software and associated documentation files (the "Software"), to deal
14 in the Software without restriction, including without limitation the rights
15 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16 copies of the Software, and to permit persons to whom the Software is
17 furnished to do so, subject to the following conditions:
18 .
19 The above copyright notice and this permission notice shall be included in
20 all copies or substantial portions of the Software.
21 .
22 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
28 THE SOFTWARE.
0 README.rst
0 #!/usr/bin/make -f
1
2 #DH_VERBOSE=1
3
4 export PYBUILD_NAME=keyrings.alt
5
6 %:
7 dh $@ --with python2,python3 --buildsystem pybuild
8
9 override_dh_installchangelogs:
10 dh_installchangelogs -k CHANGES.rst
0 version=3
1 https://pypi.debian.net/keyrings.alt/keyrings.alt-([\d\.]*)\.tar\.gz