Codebase list aadict / 814cabe
Initial release Sophie Brun 3 years ago
7 changed file(s) with 71 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 aadict (0.2.3-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Thu, 05 Nov 2020 09:33:49 +0100
0 Source: aadict
1 Section: python
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all, python3-six, python3-coverage, python3-nose
6 Standards-Version: 4.5.0
7 Homepage: https://github.com/metagriffin/aadict
8 Vcs-Browser: https://gitlab.com/kalilinux/packages/aadict
9 Vcs-Git: https://gitlab.com/kalilinux/packages/aadict.git
10 Testsuite: autopkgtest-pkg-python
11 Rules-Requires-Root: no
12
13 Package: python3-aadict
14 Architecture: all
15 Depends: ${python3:Depends}, ${misc:Depends}
16 Description: Auto-Attribute Dict (Python 3)
17 This package contains a Python dict sub-class that allows attribute-style
18 access to dict items, e.g. d.foo is equivalent to d['foo']. aadict also
19 provides a few other helpful methods, such as pick and omit methods. Also, an
20 aadict is more call chaining friendly (e.g. methods such as update return
21 self) and is pickle'able.
22 .
23 This package installs the library for Python 3.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: aadict
2 Source: https://github.com/metagriffin/aadict
3
4 Files: *
5 Copyright: 2013 -EOT metagriffin
6 License: GPl-3+
7
8 Files: debian/*
9 Copyright: 2020 Sophie Brun <[email protected]>
10 License: GPL-3+
11
12 License: GPL-3+
13 This package is free software; you can redistribute it and/or modify
14 it under the terms of the GNU General Public License as published by
15 the Free Software Foundation; either version 3 of the License, or
16 (at your option) any later version.
17 .
18 This package is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU General Public License for more details.
22 .
23 You should have received a copy of the GNU General Public License
24 along with this program. If not, see <https://www.gnu.org/licenses/>
25 .
26 On Debian systems, the complete text of the GNU General
27 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
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=aadict
5
6 %:
7 dh $@ --with 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%aadict-$1.tar.gz%" \
2 https://github.com/metagriffin/aadict/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate