summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 16:33:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 16:33:16 +0000
commit963a1552e00993edf18c4556eaf00618b899a469 (patch)
treedb95a4839b45ee5839581b63aaa2a2ead7cf0357 /debian/control
parentAdding upstream version 3.0.26. (diff)
downloadptpython-963a1552e00993edf18c4556eaf00618b899a469.tar.xz
ptpython-963a1552e00993edf18c4556eaf00618b899a469.zip
Adding debian version 3.0.26-1.debian/3.0.26-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control37
1 files changed, 37 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3a111ba
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: ptpython
+Section: python
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ pybuild-plugin-pyproject,
+ python3,
+ python3-prompt-toolkit (>= 3.0.43),
+ python3-pygments,
+ python3-setuptools,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Homepage: https://github.com/prompt-toolkit/ptpython
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/ptpython
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/ptpython
+
+Package: ptpython
+Section: python
+Architecture: all
+Depends:
+ python3-prompt-toolkit (>= 3.0.16),
+ ${misc:Depends},
+ ${python3:Depends},
+Description: Alternative Python Prompt with auto-completion and syntax highlighting
+ Ptpython is an advanced Python REPL:
+ .
+ * Syntax highlighting.
+ * Multiline editing (the up arrow works).
+ * Autocompletion.
+ * Mouse support.
+ * Support for color schemes.
+ * Support for bracketed paste.
+ * Both Vi and Emacs key bindings.
+ * Support for double width (Chinese) characters.
+ * ...and many other things.