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

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

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

%define oname sysv_ipc

Name: python3-module-%oname
Version: 1.0.1
Release: alt2
Summary: System V IPC for Python - Semaphores, Shared Memory and Message Queues
Group: Development/Python3
License: GPLv3+
Url: http://semanchuk.com/philip/%oname/
Source: %oname-%version.tar

BuildRequires: rpm-build-python3

%description
The sysv_ipc module which gives Python access to System V inter-process
semaphores, shared memory and message queues on systems that support them.

%package examples
Summary: Examples for Python sysv_ipc module
Group: Development/Python3
Requires: %name = %version-%release
BuildArch: noarch

%description examples
This module comes with two demonstration apps. The first (in the directory
demo) shows how to use shared memory and semaphores. The second (in the
directory demo2) shows how to use message queues.

%prep
%setup -n %oname-%version

%build
%python3_build

%install
%python3_install

%files
%doc INSTALL LICENSE README ReadMe.html VERSION
%python3_sitelibdir/*

%changelog

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

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