#6 Add missing extras metapackages: graphite, interpolatable, lxml, plot, symfont, type1
Merged 2 years ago by pnemade. Opened 2 years ago by music.
rpms/ music/fonttools lxml-extra  into  rawhide

file modified
+8 -2
@@ -7,7 +7,7 @@ 

  

  Name:           fonttools

  Version:        4.28.3

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        Tools to manipulate font files

  License:        MIT

  URL:            https://github.com/fonttools/fonttools/
@@ -53,7 +53,9 @@ 

  %description -n python3-fonttools

  %{desc}

  

- %{?python_extras_subpkg:%python_extras_subpkg -n python3-fonttools -i %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info ufo unicode woff}

+ # Cannot package “pathops” extra until python3dist(skia-pathops) is packaged;

+ # cannot package “all” extra without the “pathops” extra

+ %{?python_extras_subpkg:%python_extras_subpkg -n python3-fonttools -i %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info graphite interpolatable lxml plot symfont type1 ufo unicode woff}

  

  %prep

  %autosetup
@@ -84,6 +86,10 @@ 

  %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info

  

  %changelog

+ * Mon Dec 13 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 4.28.3-2

+ - Add missing extras metapackages: graphite, interpolatable, lxml, plot,

+   symfont, type1

+ 

  * Mon Dec 06 2021 Parag Nemade <pnemade AT redhat DOT com> - 4.28.3-1

  - Update to 4.28.3 version (#2029061)

  

A few packages I’d like to add or update in Fedora depend on fonttools[lxml]. This PR adds all the missing extras metapackages that would be installable.

Thank you for this PR. I will build the package also.

Pull-Request has been merged by pnemade

2 years ago
Metadata