14
0
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:
2018-07-28 10:44:43 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 11 deletions

View File

@@ -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

View File

@@ -24,16 +24,16 @@ Name: python-pudb
Version: 2018.1
Release: 0
Summary: A full-screen, console-based Python debugger
Group: Development/Tools/Debuggers
License: MIT
Group: Development/Tools/Debuggers
URL: http://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}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module urwid}
BuildRequires: fdupes
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(postun): update-alternatives
BuildArch: noarch
@@ -41,12 +41,8 @@ BuildArch: noarch
%description
PuDB is a full-screen, console-based visual debugger for Python.
Its goal is to provide all the niceties of modern GUI-based debuggers in
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.
Control is by keyboard. The UI is reminiscient of the DOS versions
of Turbo Pascal.
%prep
%setup -q -n %{upstream_name}-%{version}