Codebase list python-googlesearch / 32c70b3
Initial release Sophie Brun 4 years ago
7 changed file(s) with 81 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-googlesearch (2.0.2-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Tue, 05 Nov 2019 15:16:01 +0100
0 Source: python-googlesearch
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-bs4
6 Standards-Version: 4.4.1
7 Homepage: https://breakingcode.wordpress.com/
8 Vcs-Browser: https://gitlab.com/kalilinux/packages/python-googlesearch
9 Vcs-Git: https://gitlab.com/kalilinux/packages/python-googlesearch.git
10 Testsuite: autopkgtest-pkg-python
11
12 Package: python3-googlesearch
13 Architecture: all
14 Depends: ${python3:Depends}, ${misc:Depends}
15 Description: Google search engine (Python 3)
16 This package contains Python bindings for the Google search engine.
17 .
18 This package installs the library for Python 3.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: google
2 Source: https://pypi.org/project/google/
3
4 Files: *
5 Copyright: 2009-2016 Mario Vilas <[email protected]>
6 License: BSD-3-clause
7
8 Files: debian/*
9 Copyright: 2019 Sophie Brun <[email protected]>
10 License: BSD-3-clause
11
12 License: BSD-3-clause
13 All rights reserved.
14 .
15 Redistribution and use in source and binary forms, with or without
16 modification, are permitted provided that the following conditions are met:
17 .
18 * Redistributions of source code must retain the above copyright notice,
19 this list of conditions and the following disclaimer.
20 * 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 * Neither the name of the copyright holder nor the names of its
24 contributors may be used to endorse or promote products derived from
25 this software without specific prior written permission.
26 .
27 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
28 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
31 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37 POSSIBILITY OF SUCH DAMAGE.
0 #!/usr/bin/make -f
1 # See debhelper(7) (uncomment to enable)
2 # output every command that modifies files on the build system.
3 #export DH_VERBOSE = 1
4
5 export PYBUILD_NAME=googlesearch
6
7 %:
8 dh $@ --with python3 --buildsystem=pybuild
9
10 override_dh_auto_install:
11 dh_auto_install
12 #rename script google to google search to minimize name issues
13 mv debian/python3-googlesearch/usr/bin/google debian/python3-googlesearch/usr/bin/googlesearch
0 3.0 (quilt)
0 extend-diff-ignore = "^[^/]*[.]egg-info/"
0 version=4
1 # PyPI
2 https://pypi.debian.net/google/google-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))