Codebase list apispec / debian/3.3.1-0kali1
Initial release Sophie Brun 3 years ago
8 changed file(s) with 102 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 apispec (3.3.1-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Mon, 08 Jun 2020 16:06:43 +0200
0 Source: apispec
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, python3-setuptools, python3-all, python3-sphinx, python3-sphinx-rtd-theme, python3-sphinx-issues, python3-pytest, python3-marshmallow, python3-yaml
6 Standards-Version: 4.5.0
7 Homepage: https://github.com/marshmallow-code/apispec
8 Vcs-Browser: https://gitlab.com/kalilinux/packages/apispec
9 Vcs-Git: https://gitlab.com/kalilinux/packages/apispec.git
10 Testsuite: autopkgtest-pkg-python
11
12 Package: python3-apispec
13 Architecture: all
14 Depends: ${python3:Depends}, ${misc:Depends}
15 Suggests: python-apispec-doc
16 Description: pluggable API specification generator (Python 3)
17 This package contains a pluggable API specification generator. It currently
18 supports the OpenAPI Specification (f.k.a. the Swagger specification).
19 The features are:
20 - Supports the OpenAPI Specification (versions 2 and 3)
21 - Framework-agnostic
22 - Built-in support for marshmallow
23 - Utilities for parsing docstrings
24 .
25 This package installs the library for Python 3.
26
27 Package: python-apispec-doc
28 Architecture: all
29 Section: doc
30 Depends: ${sphinxdoc:Depends}, ${misc:Depends}
31 Recommends: python3-yaml
32 Description: pluggable API specification generator (common documentation)
33 This package contains a pluggable API specification generator. It currently
34 supports the OpenAPI Specification (f.k.a. the Swagger specification).
35 The features are:
36 - Supports the OpenAPI Specification (versions 2 and 3)
37 - Framework-agnostic
38 - Built-in support for marshmallow
39 - Utilities for parsing docstrings
40 .
41 This is the common documentation package.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: apispec
2 Source: https://github.com/marshmallow-code/apispec
3
4 Files: *
5 Copyright: 2015-2020 Steven Loria, Jérôme Lafréchoux, and contributors
6 License: Expat
7
8 Files: debian/*
9 Copyright: 2020 Sophie Brun <[email protected]>
10 License: Expat
11
12 License: Expat
13 Permission is hereby granted, free of charge, to any person obtaining a
14 copy of this software and associated documentation files (the
15 "Software"), to deal in the Software without restriction, including
16 without limitation the rights to use, copy, modify, merge, publish,
17 distribute, sublicense, and/or sell copies of the Software, and to permit
18 persons to whom the Software is furnished to do so, subject to the
19 following conditions:
20 .
21 The above copyright notice and this permission notice shall be included
22 in all copies or substantial portions of the Software.
23 .
24 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
25 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
27 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
28 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
29 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
30 USE OR OTHER 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=apispec
5 # disable the tests for apispec[validation]. The module prance isn't
6 # available and we don't need the "validation" for faraday
7 export PYBUILD_TEST_ARGS="-k-test_openapi_tools_validate_v3 -k-test_openapi_tools_validate_v2"
8
9 %:
10 dh $@ --with python3,sphinxdoc --buildsystem=pybuild
11
12
13 override_dh_auto_build: export https_proxy=127.0.0.1:9
14 override_dh_auto_build:
15 dh_auto_build
16 PYTHONPATH=. python3 -m sphinx -N -bhtml docs/ build/html # HTML generator
0 3.0 (quilt)
0 extend-diff-ignore = "^[^/]*[.]egg-info/"
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%apispec-$1.tar.gz%" \
2 https://github.com/marshmallow-code/apispec/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate