1DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python" 2HOMEPAGE = "https://semanchuk.com/philip/posix_ipc/" 3SECTION = "devel/python" 4LICENSE = "BSD-3-Clause" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1a4f3bd729df04bf68f66ef877e9c7c9" 6 7PYPI_PACKAGE = "posix_ipc" 8UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 9 10SRC_URI[sha256sum] = "b7444e2703c156b3cb9fcb568e85d716232f3e78f04529ebc881cfb2aedb3838" 11 12SRC_URI += " \ 13 file://0001-build_support-use-source-filename-instead-of-foo-for.patch \ 14 file://0002-build_support-handle-empty-max_priority-value-as-Non.patch \ 15 file://0003-build_support-use-does_build_succeed-in-compile_and_.patch \ 16" 17inherit pypi python_setuptools_build_meta 18