forked from pool/python-pudb
This commit is contained in:
committed by
Git OBS Bridge
parent
302d21e9e8
commit
6ba21e0165
@@ -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,14 +34,14 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module urwid}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: %{python_module Pygments}
|
||||
Requires: %{python_module urwid}
|
||||
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.
|
||||
@@ -81,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