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

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

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

%define oname pypubsub

Name: python3-module-pypubsub
Version: 4.0.3
Release: alt1

Summary: Python Publish-Subscribe Package

License: BSD-like
Group: Development/Python3
Url: https://github.com/schollii/pypubsub

Packager: Vitaly Lipatov <lav at altlinux.ru>

#Source-url: %__pypi_url %oname

# Source-url: https://github.com/schollii/pypubsub/archive/refs/tags/v%version.tar.gz
Source: %name-%version.tar

BuildArch: noarch

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

%description
Provides a publish-subscribe API to facilitate event-based or
message-based architecture in a single-process application.
It is pure Python and works on Python 3.3+.
It is centered on the notion of a topic;
senders publish messages of a given topic,
and listeners subscribe to messages of a given topic,
all inside the same process.
The package also supports a variety of advanced features
that facilitate debugging and maintaining topics and messages
in larger desktop- or server-based applications.


%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%doc README.rst README_WxPython.txt
%python3_sitelibdir/*

%changelog

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

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