* 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.
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!
Not a problem, will change.
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?