14
0

- Explain why the tests are conditioned around

- Specify all the runtime dependencies based on setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-relatorio?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2017-12-11 09:58:15 +00:00
committed by Git OBS Bridge
parent 85dfae534d
commit 0126ac4c24
2 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 11 09:55:31 UTC 2017 - tchvatal@suse.com
- Explain why the tests are conditioned around
- Specify all the runtime dependencies based on setup.py
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 9 16:12:18 UTC 2017 - axel.braun@gmx.de Sat Dec 9 16:12:18 UTC 2017 - axel.braun@gmx.de

View File

@@ -17,10 +17,8 @@
# #
%bcond_with tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with tests
%define mod_name relatorio %define mod_name relatorio
Name: python-relatorio Name: python-relatorio
Version: 0.8.0 Version: 0.8.0
@@ -32,16 +30,19 @@ Url: https://pypi.python.org/pypi/relatorio
Source: https://pypi.io/packages/source/r/%{mod_name}/%{mod_name}-%{version}.tar.gz Source: https://pypi.io/packages/source/r/%{mod_name}/%{mod_name}-%{version}.tar.gz
BuildRequires: %{python_module Genshi} BuildRequires: %{python_module Genshi}
BuildRequires: %{python_module lxml} BuildRequires: %{python_module lxml}
# It requires different magic for tests https://github.com/ahupp/python-magic
#BuildRequires: %{python_module magic}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-Genshi
Requires: python-PyYAML Requires: python-PyYAML
Requires: python-lxml
Requires: python-pycha Requires: python-pycha
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
This is a Python module to create reports from Python objects. This is a Python module to create reports from Python objects.
Output plugins to several formats are included, such Output plugins to several formats are included, such
as documents (odt, ods, pdf) or images (png, svg). as documents (odt, ods, pdf) or images (png, svg).
@@ -49,7 +50,7 @@ as documents (odt, ods, pdf) or images (png, svg).
%setup -q -n %{mod_name}-%{version} %setup -q -n %{mod_name}-%{version}
%build %build
%python_build %python_build
%install %install
%python_install %python_install
@@ -60,7 +61,6 @@ as documents (odt, ods, pdf) or images (png, svg).
%endif %endif
%files %{python_files} %files %{python_files}
%defattr(-,root,root)
%doc README AUTHORS LICENSE %doc README AUTHORS LICENSE
%{python_sitelib}/* %{python_sitelib}/*