Drop Python 2 support.

This commit is contained in:
Ondřej Nový 2019-07-27 01:27:19 +02:00
parent 9442c58744
commit 04c3cdc007
3 changed files with 2 additions and 18 deletions

1
debian/changelog vendored
View file

@ -4,6 +4,7 @@ python-click-threading (0.4.4-2) UNRELEASED; urgency=medium
* d/copyright: Use https protocol in Format field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support.
-- Ondřej Nový <onovy@debian.org> Tue, 13 Feb 2018 10:09:32 +0100

17
debian/control vendored
View file

@ -5,11 +5,6 @@ Section: python
Priority: optional
Build-Depends: debhelper-compat (= 9),
dh-python (>= 2.20160609~),
python-all,
python-click (>= 5.0),
python-concurrent.futures,
python-pytest,
python-setuptools,
python3-all,
python3-click (>= 5.0),
python3-pytest,
@ -20,18 +15,6 @@ Homepage: https://github.com/click-contrib/click-threading
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-click-threading
Vcs-Git: https://salsa.debian.org/python-team/modules/python-click-threading.git
Package: python-click-threading
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Utilities for multithreading in click - Python 2.7
Libraryfor easier multithreaded development with Click.
Click is a Python package for creating beautiful command line interfaces in a
composable way with as little code as necessary. Its the “Command Line
Interface Creation Kit”. Its highly configurable but comes with sensible
defaults out of the box.
.
This package contains the Python 2.7 module.
Package: python3-click-threading
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}

2
debian/rules vendored
View file

@ -3,7 +3,7 @@
export PYBUILD_NAME=click-threading
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
LC_ALL=C.UTF-8 dh_auto_test