forked from pool/python-fontMath
Accepting request 940855 from home:bnavigator:branches:devel:languages:python
- update to v0.8.1 * Fix angle multiplication (#189). * Adds strict to MathGlyph (default is False). Strict means that line segments are not converted to curve segments with (0,0) control points and offcurves stacked on on-curves are not filtered out when extracting. (#235). * Python 3 only. Breaking Py3 over Py2 change is the use of setuptools_scm. - drop python flavors <= 3.6: FontTools dropped support OBS-URL: https://build.opensuse.org/request/show/940855 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontMath?expand=0&rev=8
This commit is contained in:
@@ -16,14 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-fontMath
|
||||
Version: 0.6.0
|
||||
Version: 0.8.1
|
||||
Release: 0
|
||||
Summary: A set of objects for performing math operations on font data
|
||||
License: MIT
|
||||
URL: https://github.com/robotools/fontMath
|
||||
Source: https://files.pythonhosted.org/packages/source/f/fontMath/fontMath-%{version}.zip
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -55,6 +58,7 @@ A set of objects for performing math operations on font data.
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%license License.txt
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/fontMath
|
||||
%{python_sitelib}/fontMath-%{version}*-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user