Hi, I would gladly get rid of the specific build system in the entrypoints package, but:
- I had a look in /usr/share/doc/dh-python and didn't find documentation, so I decided I should just let pybuild do its thing ; - so I just dropped everything specific from d/rules but PYBUILD_NAME, and pybuild errored out because it didn't manage to detect the build system ; - hence I added PYBUILD_SYSTEM=flit, and that failed too: E: pybuild pybuild:354: build: plugin flit failed with: type object 'DebianInstaller' has no attribute 'from_ini_path' (and indeed I saw in /usr/share/dh-python where from_ini_path gets called, but couldn't find its definition.) I'm using 5.20211114, so that should be a recent enough version. Cheers, J.Puydt

