forked from pool/python-pudb
Accepting request 723471 from devel:languages:python
- Added package runtime requirements. OBS-URL: https://build.opensuse.org/request/show/723471 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pudb?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 14 18:26:11 UTC 2019 - <eyecreate@gmail.com>
|
||||
|
||||
- Added package runtime requirements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 21:13:12 UTC 2019 - ranand@suse.com
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ Release: 0
|
||||
Summary: A full-screen, console-based Python debugger
|
||||
License: MIT
|
||||
Group: Development/Tools/Debuggers
|
||||
Url: http://mathema.tician.de/software/pudb
|
||||
URL: https://mathema.tician.de/software/pudb
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest-runner}
|
||||
@@ -34,12 +34,14 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module urwid}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires: python-Pygments
|
||||
Requires: python-urwid
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
%description
|
||||
PuDB is a full-screen, console-based visual debugger for Python.
|
||||
Control is by keyboard. The UI is reminiscient of the DOS versions
|
||||
of Turbo Pascal.
|
||||
@@ -79,7 +81,7 @@ mv -v %{buildroot}%{_bindir}/%{upstream_name}3 \
|
||||
export PYTHONPATH=$(pwd -P)
|
||||
export LC_ALL=en_US.utf8
|
||||
# https://github.com/inducer/pudb/issues/304
|
||||
%python_expand py.test-%{$python_version} -k 'not test_get_lines'
|
||||
%pytest -k 'not test_get_lines'
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
|
Reference in New Issue
Block a user