Re: libexpat1: missing Pre-Depends on libc6 (>= 2.38) causes error during python3-cryptography upgrade (?)

2025-07-19 Thread Niels Thykier
On Wed, 16 Jul 2025 17:43:59 +0200 Paul Gevers wrote: Hi, Thanks for all working on this. On 13-07-2025 21:37, Niels Thykier wrote: > My recommendation is to: > >  1) Patch `libexpat1` to use `Pre-Depends: ${shlibs:Depends}`. It only >     has a single dependency on amd64 (libc), so it sho

RFS: verilog-parser/0.0.7-1 [ITP] -- Parser for Verilog netlists (structural Verilog)

2025-07-19 Thread Aryan Karamtoth
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "verilog-parser": * Package name : verilog-parser Version : 0.0.7-1 Upstream contact : Thomas Cramer * URL : https://codeberg.org/tok/py-verilog-parser * L

Re: Help: The package that needs to be packaged into debian has listed itself as a build dependency in pyproject.toml

2025-07-19 Thread Aryan Karamtoth
On 19/07/25 22:30, Carsten Schoenert wrote: Hello Aryan, Am 19.07.25 um 18:35 schrieb Aryan Karamtoth: [build-system] requires = [     "setuptools >= 80.0",     "wheel ~= 0.45",     "pyTooling ~= 8.5" ] ... I'm quite confused on how to proceed in this case. Should I just keep setuptools a

Help: The package that needs to be packaged into debian has listed itself as a build dependency in pyproject.toml

2025-07-19 Thread Aryan Karamtoth
Hi team, I'm currently packaging pytooling [1]. I have encountered a rather weird dependency requirement with the upstream as the upstream's pyproject.toml has this very package that I'm trying to package as a build dependency for the build system like this: [build-system] requires = [   "se

Re: Help: The package that needs to be packaged into debian has listed itself as a build dependency in pyproject.toml

2025-07-19 Thread Carsten Schoenert
Hello Aryan, Am 19.07.25 um 18:35 schrieb Aryan Karamtoth: [build-system] requires = [   "setuptools >= 80.0",   "wheel ~= 0.45",   "pyTooling ~= 8.5" ] ... I'm quite confused on how to proceed in this case. Should I just keep setuptools and wheel and remove pytooling for the deb pack