Bug#1052826: Broken entrypoints package: actually a pybuild issue?

2024-01-28 Thread Andreas Tille
Am Sun, Jan 28, 2024 at 08:13:01PM +0100 schrieb julien.pu...@gmail.com: > > > > upstream page[1] says: > > > >   This package is in maintenance-only mode. New code should use the > >   importlib.metadata module in the Python standard library to find > > and load entry points. > > > > So it

Bug#1052826: Broken entrypoints package: actually a pybuild issue?

2024-01-28 Thread julien . puydt
Hi, Le dimanche 28 janvier 2024 à 08:17 +0100, Andreas Tille a écrit : > Hi Jullien, > > upstream page[1] says: > >   This package is in maintenance-only mode. New code should use the >   importlib.metadata module in the Python standard library to find > and load entry points. > > So it seems

Bug#1052826: Broken entrypoints package: actually a pybuild issue?

2024-01-27 Thread Andreas Tille
Hi Jullien, upstream page[1] says: This package is in maintenance-only mode. New code should use the importlib.metadata module in the Python standard library to find and load entry points. So it seems we do not need adapt you patch very frequently since no changes will be to be expected

Bug#1052826: Broken entrypoints package: actually a pybuild issue?

2024-01-23 Thread julien . puydt
Hi, I found the source of the breakage for the entrypoints package: its tests/samples/ directory contains a few files describing mock Python packages, and the tests consist in running functions on those and check the answers match what is expected. Alas, something (and I suspect pybuild) removes