Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37592906
en ru br
ALT Linux repositórios
S:0.13.13-alt1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009