forked from pool/python-pudb
Accepting request 625758 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/625758 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pudb?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 27 10:30:31 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Trim filler wording and replace by concrete statements.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 2 22:40:15 UTC 2018 - mcepl@suse.com
|
Mon Jul 2 22:40:15 UTC 2018 - mcepl@suse.com
|
||||||
|
|
||||||
|
@@ -24,16 +24,16 @@ Name: python-pudb
|
|||||||
Version: 2018.1
|
Version: 2018.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A full-screen, console-based Python debugger
|
Summary: A full-screen, console-based Python debugger
|
||||||
Group: Development/Tools/Debuggers
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Group: Development/Tools/Debuggers
|
||||||
URL: http://mathema.tician.de/software/pudb
|
URL: http://mathema.tician.de/software/pudb
|
||||||
Source0: https://files.pythonhosted.org/packages/source/p/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
|
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}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module urwid}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module pytest-runner}
|
|
||||||
BuildRequires: %{python_module pytest-mock}
|
|
||||||
BuildRequires: %{python_module urwid}
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -41,12 +41,8 @@ BuildArch: noarch
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
PuDB is a full-screen, console-based visual debugger for Python.
|
PuDB is a full-screen, console-based visual debugger for Python.
|
||||||
|
Control is by keyboard. The UI is reminiscient of the DOS versions
|
||||||
Its goal is to provide all the niceties of modern GUI-based debuggers in
|
of Turbo Pascal.
|
||||||
a more lightweight and keyboard-friendly package. PuDB allows you to
|
|
||||||
debug code right where you write and test it--in a terminal. If you've
|
|
||||||
worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal
|
|
||||||
or C tools, PuDB's UI might look familiar.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{upstream_name}-%{version}
|
%setup -q -n %{upstream_name}-%{version}
|
||||||
|
Reference in New Issue
Block a user