forked from pool/python-CairoSVG
Accepting request 655391 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/655391 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CairoSVG?expand=0&rev=2
This commit is contained in:
commit
25f16217b2
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 5 01:22:00 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Ensure neutrality of description.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:46:26 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove superfluous devel dependency for noarch package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 3 06:37:32 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -12,7 +12,8 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
@ -20,26 +21,25 @@
|
||||
Name: python-CairoSVG
|
||||
Version: 2.1.3
|
||||
Release: 0
|
||||
License: LGPL-3.0+
|
||||
Summary: A Simple SVG Converter for Cairo
|
||||
Url: http://www.cairosvg.org/
|
||||
Summary: A Python SVG converter based on Cairo
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
Url: http://www.cairosvg.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/C/CairoSVG/CairoSVG-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Pillow}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module cairocffi}
|
||||
BuildRequires: %{python_module cssselect2}
|
||||
BuildRequires: %{python_module defusedxml}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module tinycss2}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest-flake8}
|
||||
BuildRequires: %{python_module pytest-isort}
|
||||
BuildRequires: %{python_module pytest-runner}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
Requires: python-Pillow
|
||||
Requires: python-cairocffi
|
||||
@ -56,7 +56,7 @@ BuildArch: noarch
|
||||
CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
|
||||
PostScript and PNG files.
|
||||
|
||||
For further information, please visit the CairoSVG Website http://www.cairosvg.org.
|
||||
For further information, please visit the CairoSVG website, http://www.cairosvg.org.
|
||||
|
||||
%prep
|
||||
%setup -q -n CairoSVG-%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user