Re: Heads up, upcoming mass spec update to explicitly BuildRequire python3-setuptools

2021-04-20 Thread Victor Stinner
Congratulations, this change impacted tons of packages! That's also a nice step towards more explicit build dependencies. I understood that it's also the purpose of the pyproject.toml file ;-) Victor On Mon, Apr 19, 2021 at 2:39 PM Tomas Hrnciar wrote: > > Hello everyone, > > we successfully pus

Poetry/Pyproject expert: how to deal with extra files

2021-04-20 Thread Robert-André Mauchin
Hi, I'm trying to help someone package a GUI in Python that is using Pyproject. The project needs to add a desktop file, an appdata file and also a "binary" to launch the GUI. So far I have managed to drop the library files in %python3_sitelib. But how should upstream deal with the extra files n