Codebase list python-grequests / cc4eb6e
Initial release Sophie Brun 4 years ago
9 changed file(s) with 86 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-grequests (0.4.0-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Tue, 15 Oct 2019 10:28:25 +0200
0 Source: python-grequests
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-all, python3-setuptools, python3-requests, python3-gevent, python3-nose
6 Standards-Version: 4.4.1
7 Homepage: https://github.com/spyoungtech/grequests
8 Vcs-Browser: https://gitlab.com/kalilinux/packages/python-grequests
9 Vcs-Git: https://gitlab.com/kalilinux/packages/python-grequests.git
10 Testsuite: autopkgtest-pkg-python
11
12 Package: python3-grequests
13 Architecture: all
14 Depends: ${python3:Depends}, ${misc:Depends}
15 Description: Asynchronous Requests (Python 3)
16 This package contains Python API to use Requests with Gevent to make
17 asynchronous HTTP Requests easily.
18 .
19 This package installs the library for Python 3.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: grequests
2 Source: https://github.com/spyoungtech/grequests
3
4 Files: *
5 Copyright: 2012, Kenneth Reitz
6 License: BSD-2-clause
7
8 Files: debian/*
9 Copyright: 2019 Sophie Brun <[email protected]>
10 License: BSD-2-clause
11
12 License: BSD-2-clause
13 Redistribution and use in source and binary forms, with or without
14 modification, are permitted provided that the following conditions are
15 met:
16 .
17 1. Redistributions of source code must retain the above copyright notice,
18 this list of conditions and the following disclaimer.
19 .
20 2. Redistributions in binary form must reproduce the above copyright
21 notice, this list of conditions and the following disclaimer in the
22 documentation and/or other materials provided with the distribution.
23 .
24 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
25 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
26 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
27 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
28 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
29 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
30 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
31 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
32 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
33 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
34 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 [DEFAULT]
1 debian-branch = kali/master
2 debian-tag = kali/%(version)s
3 pristine-tar = True
4
5 [pq]
6 patch-numbers = False
7
8 [dch]
9 multimaint-merge = True
0 include:
1 - https://gitlab.com/kalilinux/tools/kali-ci-pipeline/raw/master/recipes/kali.yml
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=grequests
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%grequests-$1.tar.gz%" \
2 https://github.com/spyoungtech/grequests/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate