14
0
forked from pool/python-pyprel

Accepting request 707593 from home:pgajdos

- add a note that upstream does not include any tests
- call spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/707593
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyprel?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-06-04 13:41:07 +00:00
committed by Git OBS Bridge
parent 13d1621f83
commit 831ab063f0
2 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 4 12:57:19 UTC 2019 - pgajdos@suse.com
- add a note that upstream does not include any tests
- call spec-cleaner
-------------------------------------------------------------------
Fri Nov 2 05:15:05 UTC 2018 - Todd R <toddrme2178@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyprel
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,12 +23,18 @@ Release: 0
Summary: Python print elegant
License: GPL-3.0-only
Group: Development/Languages/Python
Url: https://github.com/wdbm/pyprel
URL: https://github.com/wdbm/pyprel
Source0: https://files.pythonhosted.org/packages/source/p/pyprel/pyprel-%{version}.tar.gz
Source10: https://raw.githubusercontent.com/wdbm/pyprel/master/LICENSE
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Pillow
Requires: python-numpy
Requires: python-pandas
Requires: python-pyfiglet
Requires: python-shijian
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module numpy}
@@ -36,13 +42,6 @@ BuildRequires: %{python_module pandas}
BuildRequires: %{python_module pyfiglet}
BuildRequires: %{python_module shijian}
# /SECTION
Requires: python-Pillow
Requires: python-numpy
Requires: python-pandas
Requires: python-pyfiglet
Requires: python-shijian
BuildArch: noarch
%python_subpackages
%description
@@ -65,6 +64,9 @@ cp %{SOURCE10} .
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# no unit tests found
%files %{python_files}
%doc README.md
%license LICENSE