Codebase list python-pygerrit2 / dba092b
Drop Python 2 support. Ondřej Nový 4 years ago
3 changed file(s) with 2 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
22 * d/control: Set Vcs-* to salsa.debian.org
33 * Convert git repository from git-dpm to gbp layout
44 * Use debhelper-compat instead of debian/compat.
5 * Drop Python 2 support.
56
67 -- Ondřej Nový <onovy@debian.org> Tue, 13 Feb 2018 10:04:15 +0100
78
66 Build-Depends:
77 debhelper-compat (= 11),
88 dh-python,
9 python-all,
10 python-pbr (>= 0.8.2),
11 python-setuptools,
129 python3-all,
1310 python3-pbr (>= 0.8.2),
1411 python3-setuptools,
1512 Build-Depends-Indep:
16 python-requests (>= 2.10.0),
1713 python3-requests (>= 2.10.0),
1814 Standards-Version: 4.1.3
1915 Testsuite: autopkgtest-pkg-python
2016 Homepage: https://github.com/dpursehouse/pygerrit2
2117 Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pygerrit2
2218 Vcs-Git: https://salsa.debian.org/python-team/modules/python-pygerrit2.git
23
24 Package: python-pygerrit2
25 Architecture: all
26 Multi-Arch: foreign
27 Depends:
28 ${misc:Depends},
29 ${python:Depends},
30 Description: library to interact with Gerrit via the REST API - Python 2.7
31 pygerrit2 is simple Python library to provide interface to interact with
32 Gerrit Code Review via it's REST API.
33 .
34 This package contains the Python 2.7 module.
3519
3620 Package: python3-pygerrit2
3721 Architecture: all
55 export PYBUILD_NAME=pygerrit2
66
77 %:
8 dh $@ --with python2,python3 --buildsystem=pybuild
8 dh $@ --with python3 --buildsystem=pybuild
99
1010 override_dh_auto_test:
1111 PYBUILD_SYSTEM=custom \