From 926af7ee77db2183c26f29c6e9341087ac2c85d8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 05:00:00 +0200 Subject: Adding debian version 2.3.1-1. Signed-off-by: Daniel Baumann --- debian/control | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..645b0a4 --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: cli-helpers +Section: python +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + python3, + python3-setuptools, +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: https://dbcli.com +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/cli-helpers +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/cli-helpers + +Package: python3-cli-helpers +Section: python +Architecture: all +Depends: + ${misc:Depends}, + ${python3:Depends}, +Description: easy command-line apps with Python + CLI Helpers is a Python package that makes it easy to perform common tasks when + building command-line apps. It's a helper library for command-line interfaces. + . + Libraries like Click and Python Prompt Toolkit are amazing tools that help you + create quality apps. CLI Helpers complements these libraries by wrapping up + common tasks in simple interfaces. -- cgit v1.2.3