Re: Help needed with Python fc36 build failing

2022-09-07 Thread Nico Kadel-Garcia
On Tue, Sep 6, 2022 at 10:52 AM Michael J Gruber wrote: > > > On Mon, Sep 5, 2022 at 2:01 PM Sandro > > > pyproject does not work well, and is not backwards compatible. This is > > particularly a problem for EPEL ports from Fedora. Personally, I'd > > like to see it fixed for EPEL before relying

Re: Help needed with Python fc36 build failing

2022-09-06 Thread Miro Hrončok
On 06. 09. 22 16:52, Michael J Gruber wrote: On Mon, Sep 5, 2022 at 2:01 PM Sandro The current py packaging guidelines recommend the opt-in dependency generator (which uses pyproject.toml) unless EPEL 8 or non-current Fedoras are used. Should this caveat be extended to F36 and EPEL 9, or am I

Re: Help needed with Python fc36 build failing

2022-09-06 Thread Michael J Gruber
> On Mon, Sep 5, 2022 at 2:01 PM Sandro > > pyproject does not work well, and is not backwards compatible. This is > particularly a problem for EPEL ports from Fedora. Personally, I'd > like to see it fixed for EPEL before relying on it for anything in > Fedora. The current py packaging guideli

Re: Help needed with Python fc36 build failing

2022-09-05 Thread Nico Kadel-Garcia
On Mon, Sep 5, 2022 at 2:01 PM Sandro wrote: > Thank you, Miro, for the explanation and the pull request. I remember > switching away from setup.cfg after being told that pyproject.toml is > the way forward. I must have missed the fact that this required a newer > minimum version of setuptools.

Re: Help needed with Python fc36 build failing

2022-09-05 Thread Sandro
On 05-09-2022 19:17, Miro Hrončok wrote: On 05. 09. 22 19:00, Sandro wrote: I see the following errors in the build log of a fc36 build [1]: ValueError: Globs did not match any module: pymunin Going up it looks like the name of the package is not expanded and falls back to UNKNOWN: Successful

Re: Help needed with Python fc36 build failing

2022-09-05 Thread Miro Hrončok
On 05. 09. 22 19:17, Miro Hrončok wrote: My guess is that when PyMunin3 started to use this feature: https://github.com/penguinpee/PyMunin3/commit/3993dcaa5366da9d771575e8735dd5a7a2c13894 They should have changed the minimal required setuptools version in: https://github.com/penguinpee/PyM

Re: Help needed with Python fc36 build failing

2022-09-05 Thread Miro Hrončok
On 05. 09. 22 19:00, Sandro wrote: I see the following errors in the build log of a fc36 build [1]: ValueError: Globs did not match any module: pymunin Going up it looks like the name of the package is not expanded and falls back to UNKNOWN: Successfully built UNKNOWN However, the builds fo