Re: Help with the nftables package: the embedded python module

2023-07-31 Thread Arturo Borrero Gonzalez
On Sun, Jul 30, 2023, 21:39 Jeremy Sowden wrote: > On 2023-07-28, at 18:59:45 +0200, Timo Röhling wrote: > > * Arturo Borrero Gonzalez [2023-07-28 18:38]: > > > I would appreciate additional suggestions and hints. Patches welcome. > > > > If you have bad interactions between the Python and

Re: Help with the nftables package: the embedded python module

2023-07-30 Thread Jeremy Sowden
On 2023-07-28, at 18:59:45 +0200, Timo Röhling wrote: > * Arturo Borrero Gonzalez [2023-07-28 18:38]: > > I would appreciate additional suggestions and hints. Patches welcome. > > If you have bad interactions between the Python and non-Python parts > of your package, you can try and build them

Re: Help with the nftables package: the embedded python module

2023-07-28 Thread Timo Röhling
Hi, * Arturo Borrero Gonzalez [2023-07-28 18:38]: I would appreciate additional suggestions and hints. Patches welcome. If you have bad interactions between the Python and non-Python parts of your package, you can try and build them independently, i.e., override_dh_auto_build:

Help with the nftables package: the embedded python module

2023-07-28 Thread Arturo Borrero Gonzalez
Hi there, the nftables source package contains a python module (the python binding for libnftables). Source code: https://salsa.debian.org/pkg-netfilter-team/pkg-nftables Recently, and because python & setuptools deprecation issues, the python side of package that has been working for ages,