summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 16:35:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 16:35:33 +0000
commit681de8bd58bb3af5fcb580cbed0d08b6047a94c2 (patch)
tree554125c84c8543bd2eb84749c6802042ee26e7d8 /debian/control
parentAdding upstream version 3.0.43. (diff)
downloadprompt-toolkit-681de8bd58bb3af5fcb580cbed0d08b6047a94c2.tar.xz
prompt-toolkit-681de8bd58bb3af5fcb580cbed0d08b6047a94c2.zip
Adding debian version 3.0.43-1.debian/3.0.43-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
1 files changed, 36 insertions, 0 deletions
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 <team+python@tracker.debian.org>
+Uploaders: Lennart Weller <lhw@ring0.de>,
+ Gordon Ball <gordon@chronitis.net>,
+ Daniel Baumann <daniel.baumann@progress-linux.org>,
+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 <!nocheck>,
+ python3-pytest <!nocheck>,
+ 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.