Codebase list python-webargs / debian/4.0.0-0kali1
Initial release Sophie Brun 5 years ago
8 changed file(s) with 108 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-webargs (4.0.0-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Fri, 27 Jul 2018 17:38:57 +0200
0 Source: python-webargs
1 Section: python
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper (>= 11),
6 dh-python,
7 python-all,
8 python-marshmallow,
9 python-pytest,
10 python-setuptools,
11 python3-all,
12 python3-marshmallow,
13 python3-pytest,
14 python3-setuptools,
15 python-webtest,
16 python3-webtest,
17 python-bottle,
18 python3-bottle,
19 python-mock,
20 python3-mock,
21 python-falcon,
22 python3-falcon,
23 python-tornado,
24 python3-tornado,
25 python-django,
26 python3-django,
27 python-werkzeug,
28 python3-werkzeug,
29 python-flask,
30 python3-flask
31 Standards-Version: 4.1.5
32 Homepage: https://github.com/sloria/webargs
33 Vcs-Browser: http://git.kali.org/gitweb/?p=packages/python-webargs.git;a=summary
34 Vcs-Git: http://git.kali.org/packages/python-webargs.git
35 Testsuite: autopkgtest-pkg-python
36
37 Package: python-webargs
38 Architecture: all
39 Depends: ${misc:Depends}, ${python:Depends}
40 Description: Python library for parsing and validating HTTP request arguments (Python 2)
41 This package contains a Python library for parsing and validating HTTP request
42 arguments, with built-in support for popular web frameworks, including Flask,
43 Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
44 .
45 This package installs the library for Python 2.
46
47 Package: python3-webargs
48 Architecture: all
49 Depends: ${misc:Depends}, ${python3:Depends}
50 Description: Python library for parsing and validating HTTP request arguments (Python 3)
51 This package contains a Python library for parsing and validating HTTP request
52 arguments, with built-in support for popular web frameworks, including Flask,
53 Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
54 .
55 This package installs the library for Python 3.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: webargs
2 Source: https://github.com/sloria/webargs
3
4 Files: *
5 Copyright: 2014-2017 Steven Loria <[email protected]>
6 License: MIT
7
8 Files: debian/*
9 Copyright: 2018 Sophie Brun <[email protected]>
10 License: MIT
11
12 License: MIT
13 Permission is hereby granted, free of charge, to any person obtaining a copy
14 of this software and associated documentation files (the "Software"), to deal
15 in the Software without restriction, including without limitation the rights
16 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17 copies of the Software, and to permit persons to whom the Software is
18 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 FROM,
28 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
29 THE SOFTWARE.
0 #!/usr/bin/make -f
1
2 #export DH_VERBOSE = 1
3
4 export PYBUILD_NAME=webargs
5 #ignore tests (we don't have all the dependencies, and not the required versions
6 export PYBUILD_DISABLE=test
7
8 %:
9 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%python-webargs-$1.tar.gz%" \
2 https://github.com/sloria/webargs/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate