diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb b/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb new file mode 100644 index 0000000000..29e1b35122 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python" | ||
2 | HOMEPAGE = "https://semanchuk.com/philip/posix_ipc/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD-3-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1a4f3bd729df04bf68f66ef877e9c7c9" | ||
6 | |||
7 | PYPI_PACKAGE = "posix_ipc" | ||
8 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
9 | |||
10 | SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838" | ||
11 | |||
12 | inherit setuptools3 pypi | ||