https://bugzilla.redhat.com/show_bug.cgi?id=1815154
Fabian Affolter mail@fabian-affolter.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks|1815489 |
--- Comment #6 from Fabian Affolter mail@fabian-affolter.ch --- (In reply to José Matos from comment #5)
(In reply to Fabian Affolter from comment #4)
Wrong URL, it's the other one ;-)
URL: https://schettino72.github.io/sphinx_press_site/ Source0: %{pypi_source}
Actually it is not possible because the source and pypi names are different:
sphinx_press_theme <- source name sphinx-press-theme <- pypi name
%{pypi_source} can take multiple argument -> https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_source_fi...
Could work with %{pypi_source sphinx_press_theme}
The package must own the directories that are created.
%{python3_sitelib}/sphinx_press_theme/
%{python3_sitelib}/sphinx_press_theme-%{version}-py%{python3_version}.egg- info/
But it is already there. By placing the directory name with the final slash (/) it means the directory and all its files.
See https://fedoraproject.org/wiki/Packaging:UnownedDirectories#Common_Mistakes
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1815489 [Bug 1815489] python-doit fails to build in rawhide: ThemeError: no theme named 'press' found (missing theme.conf?)