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

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

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin