From 1a21ec26e50bc584c85a133727f86ea589d7af8b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 3 Sep 2025 17:03:07 +0800 Subject: python3-pyzmq: upgrade 27.0.1 -> 27.0.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pyzmq_27.0.1.bb | 62 ---------------------- .../python/python3-pyzmq_27.0.2.bb | 62 ++++++++++++++++++++++ 2 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyzmq_27.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyzmq_27.0.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_27.0.1.bb b/meta-python/recipes-devtools/python/python3-pyzmq_27.0.1.bb deleted file mode 100644 index 8a66c852ad..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyzmq_27.0.1.bb +++ /dev/null @@ -1,62 +0,0 @@ -SUMMARY = "PyZMQ: Python bindings for ZMQ" -DESCRIPTION = "This package contains Python bindings for ZeroMQ. ZMQ is a lightweight and fast messaging implementation." -HOMEPAGE = "https://zeromq.org/bindings:python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "\ - file://LICENSE.md;md5=1787206f198344195a671b60326c59dc \ -" - -DEPENDS = "python3-packaging-native \ - python3-setuptools-scm-native \ - python3-scikit-build-core-native \ - cmake-native \ - ninja-native \ - zeromq \ -" - -PEP517_BUILD_OPTS = "--skip-dependency-check \ - -Ccmake.define.PYZMQ_LIBZMQ_RPATH=OFF \ - -Ccmake.define.PYZMQ_NO_BUNDLE=ON \ - -Ccmake.define.CMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ONLY \ - -Ccmake.define.CMAKE_FIND_ROOT_PATH_MODE_PROGRAM=ONLY \ - -Ccmake.define.CMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY \ - -Ccmake.define.CMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY \ - -Ccmake.define.CMAKE_FIND_ROOT_PATH="${STAGING_DIR_NATIVE}" \ - -Ccmake.build-type="RelWithDebInfo" \ -" - -SRC_URI:append = " \ - file://run-ptest \ -" - -SRC_URI[sha256sum] = "45c549204bc20e7484ffd2555f6cf02e572440ecf2f3bdd60d4404b20fddf64b" - -inherit pypi pkgconfig python_setuptools_build_meta ptest cython - -PACKAGES =+ "\ - ${PN}-test \ -" - -FILES:${PN}-test += "\ - ${PYTHON_SITEPACKAGES_DIR}/*/tests \ -" - -RDEPENDS:${PN} += "\ - python3-json \ - python3-multiprocessing \ - python3-tornado \ -" - -RDEPENDS:${PN}-ptest += "\ - ${PN}-test \ - python3-pytest \ - python3-asyncio \ - python3-pytest-asyncio \ - python3-unittest-automake-output \ - python3-unixadmin \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_27.0.2.bb b/meta-python/recipes-devtools/python/python3-pyzmq_27.0.2.bb new file mode 100644 index 0000000000..6607b7c34d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyzmq_27.0.2.bb @@ -0,0 +1,62 @@ +SUMMARY = "PyZMQ: Python bindings for ZMQ" +DESCRIPTION = "This package contains Python bindings for ZeroMQ. ZMQ is a lightweight and fast messaging implementation." +HOMEPAGE = "https://zeromq.org/bindings:python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "\ + file://LICENSE.md;md5=1787206f198344195a671b60326c59dc \ +" + +DEPENDS = "python3-packaging-native \ + python3-setuptools-scm-native \ + python3-scikit-build-core-native \ + cmake-native \ + ninja-native \ + zeromq \ +" + +PEP517_BUILD_OPTS = "--skip-dependency-check \ + -Ccmake.define.PYZMQ_LIBZMQ_RPATH=OFF \ + -Ccmake.define.PYZMQ_NO_BUNDLE=ON \ + -Ccmake.define.CMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ONLY \ + -Ccmake.define.CMAKE_FIND_ROOT_PATH_MODE_PROGRAM=ONLY \ + -Ccmake.define.CMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY \ + -Ccmake.define.CMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY \ + -Ccmake.define.CMAKE_FIND_ROOT_PATH="${STAGING_DIR_NATIVE}" \ + -Ccmake.build-type="RelWithDebInfo" \ +" + +SRC_URI:append = " \ + file://run-ptest \ +" + +SRC_URI[sha256sum] = "b398dd713b18de89730447347e96a0240225e154db56e35b6bb8447ffdb07798" + +inherit pypi pkgconfig python_setuptools_build_meta ptest cython + +PACKAGES =+ "\ + ${PN}-test \ +" + +FILES:${PN}-test += "\ + ${PYTHON_SITEPACKAGES_DIR}/*/tests \ +" + +RDEPENDS:${PN} += "\ + python3-json \ + python3-multiprocessing \ + python3-tornado \ +" + +RDEPENDS:${PN}-ptest += "\ + ${PN}-test \ + python3-pytest \ + python3-asyncio \ + python3-pytest-asyncio \ + python3-unittest-automake-output \ + python3-unixadmin \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} -- cgit v1.2.3-54-g00ecf