Codebase list python-asset / 2fd0cdf
Initial release Sophie Brun 3 years ago
7 changed file(s) with 67 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-asset (0.6.13-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Thu, 05 Nov 2020 16:35:08 +0100
0 Source: python-asset
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-aadict, python3-globre
6 Standards-Version: 4.5.0
7 Homepage: https://github.com/metagriffin/asset
8 Vcs-Browser: https://gitlab.com/kalilinux/packages/python-asset
9 Vcs-Git: https://gitlab.com/kalilinux/packages/python-asset.git
10 Testsuite: autopkgtest-pkg-python
11 Rules-Requires-Root: no
12
13 Package: python3-asset
14 Architecture: all
15 Depends: ${python3:Depends}, ${misc:Depends}
16 Description: Generalized Package Asset Loader (Python 3)
17 This package contains a Generalized Package Asset Loader. It can load
18 resources and symbols from a Python package, whether installed as a directory,
19 an egg, or in source form. Also provides some other package-related helper
20 methods, including asset.version(), asset.caller(), and asset.chunks().
21 .
22 This package installs the library for Python 3.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: python-asset
2 Source: https://github.com/metagriffin/asset
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 #export DH_VERBOSE = 1
2
3 export PYBUILD_NAME=asset
4
5 %:
6 dh $@ --with python3 --buildsystem=pybuild
0 3.0 (quilt)
0 extend-diff-ignore = "^[^/]*[.]egg-info/"
0 version=4
1 https://pypi.debian.net/asset/asset-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))