Spec URL: https://download.copr.fedorainfracloud.org/results/itotutona/Pywaffle/fedora-34-aarch64/02877524-python-pywaffle/python-pywaffle.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/itotutona/Pywaffle/fedora-34-aarch64/02877524-python-pywaffle/python-pywaffle-0.6.3-1.fc34.src.rpm Description: Introduction PyWaffle is an open source, MIT-licensed Python package for plotting waffle charts.It provides a Figure constructor class < Waffle, which could be passed to matplotlib.pyplot.figure < and generates a matplotlib Figure object. Fedora Account System Username: Itotutona
Some preliminary notes: - It would be great to package this under the new Python guidelines (https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/), using pyproject-rpm-macros. - You can’t bundle font files (https://docs.fedoraproject.org/en-US/packaging-guidelines/#_avoid_bundling_of_fonts_in_other_packages). You’ll have to figure out how to get https://src.fedoraproject.org/rpms/fontawesome5-fonts to provide the necessary fonts in OpenType format according to https://docs.fedoraproject.org/en-US/packaging-guidelines/FontsPolicy/ and then patch pywaffle to use the system-wide versions. This is a huge pain, but there isn’t really any way around it. - Your Summary should be shortened to less than 80 characters. - You should remove shebang lines from pywaffle/*.py, since they are not executable and not suitable for use as scripts. Preferably, send a patch or PR upstream for this.
Also — please change the title of this issue to match the package name and summary in the spec file (“python-pywaffle - my less than 80 character summary goes here”).
%description has some strange chars inserted…
Looks like this is dead. Oh well! I'm going to close it and open a new one.
New package review request at 2033481
#2033481 *** This bug has been marked as a duplicate of bug 2033481 ***