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:
committed by
Git OBS Bridge
parent
13d1621f83
commit
831ab063f0
@@ -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>
|
Fri Nov 2 05:15:05 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyprel
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -23,12 +23,18 @@ Release: 0
|
|||||||
Summary: Python print elegant
|
Summary: Python print elegant
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Development/Languages/Python
|
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
|
Source0: https://files.pythonhosted.org/packages/source/p/pyprel/pyprel-%{version}.tar.gz
|
||||||
Source10: https://raw.githubusercontent.com/wdbm/pyprel/master/LICENSE
|
Source10: https://raw.githubusercontent.com/wdbm/pyprel/master/LICENSE
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-Pillow
|
||||||
|
Requires: python-numpy
|
||||||
|
Requires: python-pandas
|
||||||
|
Requires: python-pyfiglet
|
||||||
|
Requires: python-shijian
|
||||||
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module Pillow}
|
BuildRequires: %{python_module Pillow}
|
||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
@@ -36,13 +42,6 @@ BuildRequires: %{python_module pandas}
|
|||||||
BuildRequires: %{python_module pyfiglet}
|
BuildRequires: %{python_module pyfiglet}
|
||||||
BuildRequires: %{python_module shijian}
|
BuildRequires: %{python_module shijian}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Requires: python-Pillow
|
|
||||||
Requires: python-numpy
|
|
||||||
Requires: python-pandas
|
|
||||||
Requires: python-pyfiglet
|
|
||||||
Requires: python-shijian
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -65,6 +64,9 @@ cp %{SOURCE10} .
|
|||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
|
%check
|
||||||
|
# no unit tests found
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Reference in New Issue
Block a user