diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-27 08:30:44 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2025-05-17 12:10:55 -0600 |
| commit | 26694761280366040213b8df9ddfdddaad6c4938 (patch) | |
| tree | cf475109e3fed03a5a41e325898423db146db844 /meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb | |
| parent | efe887a5b8453a59b961b3ac90a5f2c5a5edb536 (diff) | |
| download | meta-openembedded-26694761280366040213b8df9ddfdddaad6c4938.tar.gz | |
python3-posix-ipc: upgrade 1.1.1 -> 1.2.0
0001-Use-default-cc-from-environment-variable.patch
removed since it's not available in 1.2.0
License-Update: Reorg and rename files; add pyproject.toml
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
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 | 11 |
1 files changed, 11 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..cf9e494b20 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python" | ||
| 2 | HOMEPAGE = "http://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 | |||
| 9 | SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838" | ||
| 10 | |||
| 11 | inherit setuptools3 pypi | ||
