On Mon, Dec 20, 2021 at 06:53:59PM +0100, Miro HronĨok wrote:
- It's not immediately clear that "..." means "put package name here".
Oh. See, to me this was rather obvious. What do you actually expected it meant? Do you have an idea how to make it more clear?
Maybe something like "{...}", with a note at the top?
In reality, I have not seen many identical Python packages except for the header that were simple or readable.
Okay, I'll follow your lead on this then. :)
Pick **one** of the above, depending on the package. (Note on the
generate-buildrequires macro here. Will that work for archful devel package requirements?)
I am not sure I understand this question. You can use the %pyproject_buildrequires macro with archful packages, but it will only generate requirements on other Python packages(setuptools, Cython, etc.). If your package needs libmagic-devel to build, you still need to BuildRequire that one manually.
Yep, that was my question. :)
Let's do that. I've put that on my TODO.
Cool, thanks!