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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname blessed

%def_with check

Name: python3-module-%oname
Version: 1.17.10
Release: alt1

Summary: A feature-filled fork of Erik Rose's blessings project
License: MIT
Group: Development/Python3
Url: https://pypi.org/project/blessed/
# https://github.com/jquast/blessed.git
BuildArch: noarch

Source: %name-%version.tar
Patch0: %name-%version-alt.patch

BuildRequires(pre): rpm-build-python3
%if_with check
BuildRequires: /dev/pts
BuildRequires: python3(curses)
BuildRequires: python3(mock)
BuildRequires: python3(pytest)
BuildRequires: python3(six)
BuildRequires: python3(tox)
BuildRequires: python3(wcwidth)
BuildRequires: terminfo-extra
%endif

%py3_requires wcwidth curses

%description
A feature-filled fork of Erik Rose's blessings project.

%prep
%setup
%autopatch -p1

# don't package Windows Terminal

rm blessed/win_terminal.py

sed -i 's|#!/usr/bin/env python.*|#!/usr/bin/env python3|' \
   $(find ./ -name '*.py')

%build
%python3_build_debug

%install
%python3_install

%check
export PIP_NO_BUILD_ISOLATION=no
export PIP_NO_INDEX=YES
export TOXENV=py3
tox.py3 --sitepackages -vv -r

%files
%doc LICENSE README.rst
%python3_sitelibdir/%oname/
%python3_sitelibdir/%oname-%version-py%_python3_version.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