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

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

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

%define oname pyee

%def_with check

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

Summary: A port of node.js's EventEmitter to python

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

# https://github.com/jesusabdullah/pyee.git

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3

BuildRequires: python3-module-setuptools
BuildRequires: python3-module-wheel

%if_with check
BuildRequires: python3-module-typing_extensions
BuildRequires: python3-module-flake8
BuildRequires: python3-module-pytest-asyncio
BuildRequires: python3-module-mock
BuildRequires: python3-module-twisted-core
BuildRequires: python3-module-pytest-trio
%endif

%py3_provides %oname

BuildArch: noarch

%description
pyee supplies an event_emitter object that acts similar to the
EventEmitter that comes with node.js.

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%check
%tox_check_pyproject

%files
%doc LICENSE *.md
%python3_sitelibdir/%oname
%python3_sitelibdir/%{pyproject_distinfo %oname}

%changelog

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

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