mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
python-sysv-ipc provides Python bindings for System V IPC primitives (semaphores, shared memory and message queues). https://github.com/osvenskan/sysv_ipc Signed-off-by: Vincent Jardin <vjardin@free.fr> Signed-off-by: Vincent Cruz <mooz@blockos.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
563 B
Makefile
17 lines
563 B
Makefile
################################################################################
|
|
#
|
|
# python-sysv-ipc
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SYSV_IPC_VERSION = 1.2.0
|
|
PYTHON_SYSV_IPC_SOURCE = sysv_ipc-$(PYTHON_SYSV_IPC_VERSION).tar.gz
|
|
PYTHON_SYSV_IPC_SITE = https://files.pythonhosted.org/packages/f2/5e/59208c6dd05ebc6f46ce2023c4fc01ffe814a1967d21b35d312c7e6ffeae
|
|
|
|
PYTHON_SYSV_IPC_LICENSE = BSD-3-Clause
|
|
PYTHON_SYSV_IPC_LICENSE_FILES = LICENSE
|
|
|
|
PYTHON_SYSV_IPC_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|