blob: e314bb8e3b6cd857e25c029332acb8446cf9bf87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python"
HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/"
SECTION = "devel/python"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1a4f3bd729df04bf68f66ef877e9c7c9"
PYPI_PACKAGE = "posix_ipc"
SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838"
inherit pypi python_setuptools_build_meta
|