1
0
Fork 0

Adding debian version 0.6.2-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-21 11:08:10 +02:00
parent 271f3e2863
commit b4fa7b6a52
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 80 additions and 0 deletions

29
debian/control vendored Normal file
View file

@ -0,0 +1,29 @@
Source: decli
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-poetry-core,
python3-pytest <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/woile/decli
Vcs-Browser: https://forgejo.debian.net/git/decli
Vcs-Git: https://forgejo.debian.net/git/decli
Package: python3-decli
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Minimal, easy-to-use, declarative cli tool using argparse (Python)
Decli is minimal wrapper around argparse. It's useful when writing big
applications that have many arguments and subcommands. It's a minimal library
to rapidly create an interface separated from the application.
While it's possible to use any argument from argparse, it lets you stop taking
care about copy pasting the argparse functions.