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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname blessings

%def_disable check

Name: python3-module-blessings
Version: 1.7
Release: alt1

Summary: A thin, practical wrapper around terminal capabilities in Python

License: MIT
Group: Development/Python3
Url: https://pypi.python.org/pypi/blessings/

# Source-url: %__pypi_url %oname

Source: %name-%version.tar

BuildArch: noarch

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

#BuildRequires: /dev/pts

BuildRequires: python3-module-setuptools python3-tools
%if_with test
BuildRequires: python3-modules-curses python3-module-nose
%endif

%description
A thin, practical wrapper around terminal coloring, styling, and
positioning.

%package tests
Summary: Tests for %oname
Group: Development/Python3
Requires: %name = %EVR

%description tests
A thin, practical wrapper around terminal coloring, styling, and
positioning.

This package contains tests for %oname.


%prep
%setup

%build
%python3_build

%install
%python3_install
%python3_prune
rm -rf %buildroot%python3_sitelibdir/blessings/tests.py

%check
python3 setup.py test

%files
%doc *.rst
%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