Codebase list lazr.restfulclient / 7f15599
Drop Python 2 support (Closes: #936822). Ondřej Nový 4 years ago
3 changed file(s) with 2 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
11
22 * Use debhelper-compat instead of debian/compat.
33 * d/control: Fix wrong Vcs-*.
4 * Drop Python 2 support (Closes: #936822).
45
56 -- Ondřej Nový <onovy@debian.org> Sat, 20 Jul 2019 00:25:25 +0200
67
66 Build-Depends:
77 debhelper-compat (= 9),
88 dh-python,
9 python-all (>= 2.6.6-14~),
10 python-setuptools,
119 python3-all,
1210 python3-setuptools,
1311 Standards-Version: 3.9.8
1412 Homepage: https://launchpad.net/lazr.restfulclient
1513 Vcs-Git: https://salsa.debian.org/python-team/modules/lazr.restfulclient.git
1614 Vcs-Browser: https://salsa.debian.org/python-team/modules/lazr.restfulclient
17
18 Package: python-lazr.restfulclient
19 Architecture: all
20 Depends:
21 python-httplib2,
22 python-lazr.uri,
23 python-pkg-resources,
24 python-simplejson,
25 python-wadllib (>= 1.1.4),
26 ${misc:Depends},
27 ${python:Depends},
28 Description: client for lazr.restful-based web services
29 A programmable client library that takes advantage of the commonalities
30 among lazr.rest web services to provide added functionality on top
31 of wadllib.
3215
3316 Package: python3-lazr.restfulclient
3417 Architecture: all
22 export PYBUILD_NAME=lazr.restfulclient
33
44 %:
5 dh $@ --with python2,python3 --buildsystem=pybuild
5 dh $@ --with python3 --buildsystem=pybuild
66
77 override_dh_auto_install:
88 dh_auto_install