Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37788469
en ru br
ALT Linux repos
S:0.4.0-alt2

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname pprintpp

Name: python3-module-pprintpp
Version: 0.4.0
Release: alt2

Summary: A drop-in replacement for pprint that's actually pretty

License: BSD
Group: Development/Python3
Url: https://github.com/wolever/pprintpp

# Source-url: %__pypi_url %oname

Source: %name-%version.tar

# python 3.11 fix

Patch1: deec5e5efad562fc2f9084abfe249ed0c7dd65fa.patch

BuildArch: noarch

BuildRequires(pre): rpm-build-intro >= 2.2.5
BuildRequires(pre): rpm-build-python3

# ipython is a optional extension

%add_python3_req_skip IPython

%description
A drop-in replacement for pprint that's actually pretty.

%prep
%setup
%patch1 -p1

%build
%python3_build

%install
%python3_install

%files
%doc LICENSE.txt
%_bindir/pypprint
%python3_sitelibdir/%oname
%python3_sitelibdir/*.egg-info


%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