15
0
forked from pool/python-pick

Accepting request 667167 from home:alois:branches:devel:languages:python

- Replaced tarball with current one
- Removed tests (units no longer supplied)

OBS-URL: https://build.opensuse.org/request/show/667167
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pick?expand=0&rev=2
This commit is contained in:
2019-01-19 14:12:10 +00:00
committed by Git OBS Bridge
parent 2ca055fe68
commit de553ff073
3 changed files with 10 additions and 16 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfbe977083ec3e7e34fbb817fd31857027ce87f8a4f0a9de1908958aae278dcf
size 58251
oid sha256:7e14aca88c256160a37d98ce987b74545eccb5ab97710aa1f5bb215f650e4c43
size 5262

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 19 14:05:14 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Replaced tarball with current one
- Removed tests (units no longer supplied)
-------------------------------------------------------------------
Sun Dec 16 19:29:40 UTC 2018 - munix9@googlemail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pick
#
# 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
@@ -16,10 +16,7 @@
#
%bcond_without tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pick
Version: 0.6.4
Release: 0
@@ -32,10 +29,6 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%if %{with tests}
BuildRequires: %{python_module curses}
BuildRequires: %{python_module pytest}
%endif
%python_subpackages
%description
@@ -52,14 +45,9 @@ based interactive selection list in the terminal.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%if %{with tests}
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version}
%endif
%files %{python_files}
%license LICENSE
%doc README.md example/
%doc README.md
%{python_sitelib}/*
%changelog