summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Tosi <morph@debian.org>2020-03-22 21:58:14 -0400
committerSandro Tosi <morph@debian.org>2020-03-22 21:58:14 -0400
commitb79e3d0121baf0085152bca76f10969311c1654a (patch)
tree49778d504ae631b6a7c3899473f96ae21522c265
parentd0c628264d0162d64adb6e5516c80f6d794a4699 (diff)
Drop python2 support; Closes: #938759
-rw-r--r--debian/changelog5
-rw-r--r--debian/control28
-rwxr-xr-xdebian/rules2
3 files changed, 6 insertions, 29 deletions
diff --git a/debian/changelog b/debian/changelog
index 8fd5ed5..5c09717 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,10 @@ urwid (2.0.1-3) UNRELEASED; urgency=medium
* Bump debhelper from old 11 to 12.
* Add missing colon in closes line.
- -- Ondřej Nový <onovy@debian.org> Mon, 14 May 2018 07:48:24 +0200
+ [ Sandro Tosi ]
+ * Drop python2 support; Closes: #938759
+
+ -- Sandro Tosi <morph@debian.org> Sun, 22 Mar 2020 21:55:15 -0400
urwid (2.0.1-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 947f8c2..53ad21d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,7 @@ Uploaders: Ian Ward <ian@excess.org>
Build-Depends:
debhelper-compat (= 12),
dh-python,
- python-all-dev (>= 2.6.6-3~),
- python-setuptools (>= 0.6.16),
- python-twisted,
+ python3-twisted,
python3-all-dev (>= 3.2),
python3-setuptools,
python3-sphinx
@@ -18,30 +16,6 @@ Vcs-Git: https://salsa.debian.org/python-team/modules/urwid.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/urwid
Testsuite: autopkgtest-pkg-python
-Package: python-urwid
-Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Provides: ${python:Provides}
-Suggests: python-urwid-doc (>= 2.0.1-1)
-Description: curses-based UI/widget library for Python 2
- Urwid is a console user interface library that includes many features
- useful for text console application developers including:
- .
- * Fluid interface resizing (xterm window resizing/fbset on Linux console)
- * Web application display mode using Apache and CGI
- * Support for UTF-8, simple 8-bit and CJK encodings
- * Multiple text alignment and wrapping modes built-in
- * Ability to create user-defined text layout classes
- * Simple markup for setting text attributes
- * Powerful list box that handles scrolling between different widget types
- * List box contents may be managed with a user-defined class
- * Flexible edit box for editing many different types of text
- * Buttons, check boxes and radio boxes
- * Customizable layout for all widgets
- * Easy interface for creating HTML screen shots
- .
- This is the Python 2 version of the package.
-
Package: python3-urwid
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
diff --git a/debian/rules b/debian/rules
index 26ea3a8..c1d9aa2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export PYBUILD_NAME=urwid
%:
- dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+ dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_clean:
rm -f urwid/tests/test_vterm.py