Codebase list python-emailahoy3 / 9c63bc7
Initial release Sophie Brun 4 years ago
7 changed file(s) with 78 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-emailahoy3 (0.1.3-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Thu, 23 Jan 2020 11:30:03 +0100
0 Source: python-emailahoy3
1 Section: python
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools
5 Standards-Version: 4.4.1
6 Homepage: https://github.com/febrezo/python-emailahoy-3
7 Vcs-Git: https://gitlab.com/kalilinux/packages/python-emailahoy3.git
8 Vcs-Browser: https://gitlab.com/kalilinux/packages/python-emailahoy3
9 Testsuite: autopkgtest-pkg-python
10
11 Package: python3-emailahoy3
12 Architecture: all
13 Depends: ${python3:Depends}, ${misc:Depends}
14 Description: Utility to verify existence of an email address (Python 3)
15 This package contains a Python email utility that verifies existence of an
16 email address.
17 .
18 This package is based on the un33k/python-emailahoy Python module which only
19 run in Python 2. It has been refactored to work in Python 3.
20 .
21 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-emailahoy-3
2 Source: https://github.com/febrezo/python-emailahoy-3
3
4 Files: *
5 Copyright: Val Neekman <[email protected]>
6 FĂ©lix Brezo
7 License: BSD-3-clause
8
9 Files: debian/*
10 Copyright: 2019 Sophie Brun <[email protected]>
11 License: BSD-3-clause
12
13 License: BSD-3-clause
14 All rights reserved.
15 .
16 Redistribution and use in source and binary forms, with or without modification,
17 are permitted provided that the following conditions are met:
18 .
19 1. Redistributions of source code must retain the above copyright notice,
20 this list of conditions and the following disclaimer.
21 .
22 2. Redistributions in binary form must reproduce the above copyright
23 notice, this list of conditions and the following disclaimer in the
24 documentation and/or other materials provided with the distribution.
25 .
26 3. Neither the name of this project nor the names of its contributors may be
27 used to endorse or promote products derived from this software without
28 specific prior written permission.
29 .
30 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
31 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
32 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
34 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
35 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
36 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
37 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
39 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40
0 #!/usr/bin/make -f
1
2 export PYBUILD_NAME=emailahoy3
3
4 %:
5 dh $@ --with python3 --buildsystem=pybuild
0 3.0 (quilt)
0 extend-diff-ignore = "^[^/]*[.]egg-info/"
0 version=4
1 https://pypi.debian.net/python-emailahoy3/python-emailahoy3-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))