15
0

Accepting request 880877 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/880877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fontPens?expand=0&rev=4
This commit is contained in:
2021-04-12 15:10:30 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 23 19:27:28 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- reinstate python36 build (python36-FontTools is available)
- skip python2 build for Leap
-------------------------------------------------------------------
Sat Feb 13 09:52:27 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,14 +16,14 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python36 1
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-fontPens
Version: 0.2.4
Release: 0
Summary: A collection of classes implementing the pen protocol for manipulating glyphs
License: BSD-3-Clause
URL: https://github.com/robofab-developers/fontPens
URL: https://github.com/robotools/fontPens
Source: https://files.pythonhosted.org/packages/source/f/fontPens/fontPens-%{version}.zip
Patch0: fix-fp-issue.patch
BuildRequires: %{python_module setuptools}