14
0

- Drop check phase again as upstream does not distribute the tests

and does not tag properly on github

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplebayes?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2017-12-15 10:41:23 +00:00
committed by Git OBS Bridge
parent 2446b45767
commit 19c5aab191
2 changed files with 6 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 15 10:43:10 UTC 2017 - tchvatal@suse.com
- Drop check phase again as upstream does not distribute the tests
and does not tag properly on github
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 15 10:07:51 UTC 2017 - mvetter@suse.com Fri Dec 15 10:07:51 UTC 2017 - mvetter@suse.com

View File

@@ -16,9 +16,7 @@
# #
# make it work not just on TW
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-simplebayes Name: python-simplebayes
Version: 1.5.8 Version: 1.5.8
Release: 0 Release: 0
@@ -28,7 +26,6 @@ Group: Development/Languages/Python
Url: https://github.com/hickeroar/simplebayes Url: https://github.com/hickeroar/simplebayes
Source: https://files.pythonhosted.org/packages/source/s/simplebayes/simplebayes-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/simplebayes/simplebayes-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
# make it work not just on TW
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
@@ -49,10 +46,6 @@ export LANG=C.UTF-8
export LANG=C.UTF-8 export LANG=C.UTF-8
%python_install %python_install
%check
export LANG=C.UTF-8
%python_exec setup.py test
%files %{python_files} %files %{python_files}
%doc README.rst LICENSE %doc README.rst LICENSE
%{python_sitelib}/* %{python_sitelib}/*