Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37748868
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-pyte

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oname pyte

%def_with check

Name: python3-module-%oname
Version: 0.8.0
Release: alt1
Summary: Simple VTXXX-compatible terminal emulator
License: LGPLv3
Group: Development/Python3
Url: https://pypi.python.org/pypi/pyte/

# https://github.com/selectel/pyte.git

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

%py3_provides %oname

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-pip
BuildRequires: python3-module-pytest
BuildRequires: python3-module-pytest-runner

%if_with check
BuildRequires: python3-module-wcwidth
%endif

%description
It's an in memory VTXXX-compatible terminal emulator. XXX stands for a
series of video terminals, developed by DEC between 1970 and 1995. The
first, and probably the most famous one, was VT100 terminal, which is
now a de-facto standard for all virtual terminal emulators. pyte follows
the suit.

%prep
%setup

%build
%python3_build

%install
%python3_install

%check
python3 setup.py test

%files
%doc AUTHORS CHANGES README examples
%python3_sitelibdir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin