On 06. 12. 24 14:40, Anirban Mitra via python-devel wrote:
Fontmake is a python tool required to generate variable fonts from designspace 
and ufo sources. I have created a variable font which I want to package for 
fedora. But I couldn't find fontmake in fedora packages. So do I need to 
package fontmake first to be able to package my font or I can install it 
through pip during the build stage of my package and list only python3 and pip 
as dependency.

Hello,
installing through pip during the build is not possible (at least not for official Fedora packages).

You SHOULD package fontmake first.

If that's unreasonably complicated (it shouldn't be), you might bundle it as a second source of your font instead.

--
Miro Hrončok
--
Phone: +420777974800
Fedora Matrix: mhroncok

--
_______________________________________________
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to