Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37565282
en ru br
ALT Linux repos
S:0.13.13-alt1

Group :: Development/Python3
RPM: python3-module-ipdb

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname ipdb

%def_with check

Name: python3-module-%oname
Version: 0.13.13
Release: alt1
Summary: IPython-enabled pdb
License: BSD 3-Clause
Group: Development/Python3
Url: https://pypi.python.org/pypi/ipdb/

# https://github.com/gotcha/ipdb.git

Source: %name-%version.tar
BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildPreReq: ipython3

%if_with check
BuildRequires: python3-module-mock
BuildRequires: python3-module-toml
%endif

%description
ipdb exports functions to access the IPython debugger, which features
tab completion, syntax highlighting, better tracebacks, better
introspection with the same interface as the pdb module.

%prep
%setup

%build
%python3_build_debug

%install
%python3_install

%check
PYTHONPATH=%buildroot%python3_sitelibdir python3 setup.py test

%files
%doc *.txt *.rst
%_bindir/%{oname}3
%python3_sitelibdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin