forked from pool/python-pikepdf
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pikepdf?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
04150d5cb5
commit
b5fd9fc2e8
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pikepdf
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -12,7 +13,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,30 +22,28 @@
|
||||
Name: python-pikepdf
|
||||
Version: 1.10.1
|
||||
Release: 0
|
||||
License: MPL-2.0
|
||||
Summary: Read and write PDFs with Python, powered by qpdf
|
||||
Url: https://github.com/pikepdf/pikepdf
|
||||
License: MPL-2.0
|
||||
URL: https://github.com/pikepdf/pikepdf
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pikepdf/pikepdf-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pybind11 >= 2.4.3}
|
||||
BuildRequires: %{python_module setuptools_scm_git_archive}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: python-pybind11-devel
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libqpdf)
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module pybind11 >= 2.4.3}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools_scm_git_archive}
|
||||
## SECTION test requirements
|
||||
BuildRequires: %{python_module lxml >= 4.0}
|
||||
BuildRequires: %{python_module hypothesis >= 4.24}
|
||||
BuildRequires: %{python_module Pillow >= 5.0.0}
|
||||
BuildRequires: %{python_module pytest >= 4.4.0}
|
||||
BuildRequires: %{python_module pytest-timeout >= 1.3.3}
|
||||
BuildRequires: %{python_module pytest-helpers-namespace >= 2019.1.8}
|
||||
BuildRequires: %{python_module hypothesis >= 4.24}
|
||||
BuildRequires: %{python_module lxml >= 4.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
## /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-lxml >= 4.0
|
||||
Requires: python-Pillow >= 5.0.0
|
||||
Requires: python-lxml >= 4.0
|
||||
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user