https://bugzilla.redhat.com/show_bug.cgi?id=1353169
José Matos jamatos@fc.up.pt changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(jamatos@fc.up.pt) |
--- Comment #20 from José Matos jamatos@fc.up.pt --- (In reply to Elliott Sales de Andrade from comment #19)
Any more updates?
Hi Elliot, I was expecting for nikola 8.0.0 release to rebase the spec file.
Since it is taking longer than I was expecting, I decided to proceed with the latest stable release 7.8.15.
I have a working spec file and I have created rpms for all the remaining python packages that were not yet packaged in fedora. In one case I had to create another package because it was a dependency for one of the packages that nikola requires.
The final result is in copr: https://copr.fedorainfracloud.org/coprs/jamatos/nikola-playground/
The srpms are at https://jamatos.fedorapeople.org/python-nikola/
From the dependencies of nikola there is one that has problems building in Fedora 29/rawhide: python-ws4py because of async being a keyword in python 3.7. That is the only one that is commented in the Requires/BuildRequires.
Some others have issues with %check for several issues. I have disabled temporarily those tests to have a working prototype.
My only issue with python-nikola as it is is the bundling of several components, including themes and java script. For some of the fonts it is possible like it was done before to replace the contents with symbolic links (that is the purpose of the Requires glyphicons-halflings-fonts that is not yet used but that has at least 4 copies).
I will be busy in the next couple of weeks and I intend to proceed with the process, cleaning and submitting the other python packages until that finally python-nikola is ready for consideration.