Adding debian version 2.1.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d8a70e48ab
commit
902a065b60
6 changed files with 83 additions and 0 deletions
27
debian/control
vendored
Normal file
27
debian/control
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
Source: cli-helpers
|
||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Section: python
|
||||
Priority: optional
|
||||
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
|
||||
Homepage: https://dbcli.com
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-python,
|
||||
python3,
|
||||
python3-setuptools,
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.5.1
|
||||
|
||||
Package: python3-cli-helpers
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue