From 681de8bd58bb3af5fcb580cbed0d08b6047a94c2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 18:35:33 +0200 Subject: Adding debian version 3.0.43-1. Signed-off-by: Daniel Baumann --- debian/control | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1f64e0f --- /dev/null +++ b/debian/control @@ -0,0 +1,36 @@ +Source: prompt-toolkit +Maintainer: Debian Python Team +Uploaders: Lennart Weller , + Gordon Ball , + Daniel Baumann , +Section: python +Vcs-Git: https://salsa.debian.org/python-team/packages/prompt-toolkit.git +Vcs-Browser: https://salsa.debian.org/python-team/packages/prompt-toolkit +Priority: optional +Homepage: https://github.com/prompt-toolkit/python-prompt-toolkit +Build-Depends: debhelper-compat (= 13), + dh-python, + python3-all, + python3-asyncssh , + python3-pytest , + python3-setuptools, + python3-wcwidth, +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Testsuite: autopkgtest-pkg-python + +Package: python3-prompt-toolkit +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends} +Breaks: mycli (<< 1.19~), + pgcli (<< 2~), + python3-ipython (<< 7~), + python3-jupyter-console (<< 6~), + python3-softlayer (<< 5.8~) +Recommends: python3-pygments +Description: library for building interactive command lines (Python 3) + prompt_toolkit is a GNU readline replacement written in pure Python supporting + advanced features like syntax highlighting, multi line editing and code + completion. + . + This package installs the library for Python 3. -- cgit v1.2.3