#1100046 ITP: python3-asyncclick -- Python package for creating beautiful command line interfaces, async version

#1100046#5
Date:
2025-03-10 16:20:27 UTC
From:
To:
* Package name    : python3-asyncclick
  Version         : 8.1.8
  Upstream Contact: Matthias Urlichs <smurf@debian.org>
* URL             : hgit@github.com:smurfix/asyncclick.git
* License         : BSD
  Programming Lang: Python
  Description     : Python package for creating beautiful command line interfaces, async version

Asyncclick is an async-ized soft fork of the "click" Python package
(already in Debian). It uses anyio, thus works with asyncio and/or trio.

The fork is necessary because "standard" click does not support async
context managers and exit stacks; without these, writing more complex
command line handling gets somewhat unwiedly.

#1100046#10
Date:
2025-03-10 17:13:17 UTC
From:
To:
Hello Matthias,

Am 10.03.25 um 18:20 schrieb Matthias Urlichs:

in the DPT we have a common rule that source packages should get
prefixed with 'python' and not with 'python3' if it's appropriate the
package will or should have a prefix about the Python language no matter
which version of Python.

Would be nice if could do the same for your package so packages would be
named equally. Thanks!

#1100046#15
Date:
2025-03-10 18:43:37 UTC
From:
To:
Not a problem, will change.
#1100046#22
Date:
2025-06-20 20:52:43 UTC
From:
To:
Hi,

A source package with python-asyncclick already exists available in
unstable and testing (and then in stable when trixie is released).

https://tracker.debian.org/pkg/python-asyncclick

This is packaging https://github.com/python-trio/asyncclick

The URL provided:
https://github.com/smurfix/asyncclick.git

Redirects to the packaged one.

Should this bug be closed, or did you intend to package something else
similar but different?