From 04c3cdc007f83943336497ac31eb9f1299d3152e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Sat, 27 Jul 2019 01:27:19 +0200 Subject: [PATCH] Drop Python 2 support. --- debian/changelog | 1 + debian/control | 17 ----------------- debian/rules | 2 +- 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index e358be7..1929e2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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ý Tue, 13 Feb 2018 10:09:32 +0100 diff --git a/debian/control b/debian/control index 3793972..6f5f650 100644 --- a/debian/control +++ b/debian/control @@ -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. It’s the “Command Line - Interface Creation Kit”. It’s 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} diff --git a/debian/rules b/debian/rules index f29443a..39fbac8 100755 --- a/debian/rules +++ b/debian/rules @@ -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