how to properly split up into python3-foo and foo-util package?

2023-07-11 Thread Christoph Anton Mitterer
Hey. Maybe someone can help me with the following: I have a little Python project that uses setuptools or packaging. Only with pyproject.toml, no setup.py or so. pyproject.toml specifies the build-dependencies like so: [build-system] requires = ["setuptools>=61.0.0", "setuptools_scm[toml]>

Re: how to properly split up into python3-foo and foo-util package?

2023-07-17 Thread Christoph Anton Mitterer
On Wed, 12 Jul 2023 11:05:57 +, c.bu...@posteo.jp: > Do you have a link to your repository? I'm afraid it's not (yet) publicly available. The whole thing started out as a poorly written set of shell scripts 10 years ago and I finally got my act together to re-implement it in Python. It still

Re: how to properly split up into python3-foo and foo-util package?

2023-07-17 Thread Christoph Anton Mitterer
Hey. Sorry for the delay. I'm not subscribed to the list and forgot mentioning to keep me on CC. ^^ On Wed, 12 Jul 2023 11:19:07 +0200, Andrey Rakhmatullin wrote: > I don't think there is, and I don't think "usr/bin stuff should > likely go > in the other". Many Python module packages ship exec

Re: how to properly split up into python3-foo and foo-util package?

2023-07-17 Thread Christoph Anton Mitterer
On Wed, 2023-07-12 at 02:21 +0200, Simon McVittie: > >a) Why does it work to use just usr/... and not > debian/tmp/usr/... ? > > Actually, both seems to work, which confuses me even more ^^ > >From debhelper compatibility level 7 on, dh_install will fall > back to >looki