14
0
forked from pool/python-pudb

Accepting request 625757 from home:jengelh:branches:devel:languages:python

- Trim filler wording and replace by concrete statements.

OBS-URL: https://build.opensuse.org/request/show/625757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pudb?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2018-07-27 10:56:47 +00:00
committed by Git OBS Bridge
parent ef23fdcc43
commit 4d53374268
2 changed files with 12 additions and 11 deletions

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}