From dd560415b025d1b889df6a7674b691eb362fdc1d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 1 Jun 2023 17:03:23 +0800 Subject: python3-psutil: upgrade 5.9.4 -> 5.9.5 License-Update: Fix license: extra open quote. (From OE-Core rev: c59d320d21620eb0788f87828a402aef4393f499) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/python3-psutil_5.9.4.bb | 41 ---------------------- .../python/python3-psutil_5.9.5.bb | 41 ++++++++++++++++++++++ 2 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-psutil_5.9.4.bb create mode 100644 meta/recipes-devtools/python/python3-psutil_5.9.5.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.4.bb b/meta/recipes-devtools/python/python3-psutil_5.9.4.bb deleted file mode 100644 index 019ea2dec1..0000000000 --- a/meta/recipes-devtools/python/python3-psutil_5.9.4.bb +++ /dev/null @@ -1,41 +0,0 @@ -SUMMARY = "A cross-platform process and system utilities module for Python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b" -HOMEPAGE = "https://pypi.org/project/psutil/" - -SRC_URI[sha256sum] = "3d7f9739eb435d4b1338944abe23f49584bde5395f27487d2ee25ad9a8774a62" - -inherit pypi setuptools3 - -PACKAGES =+ "${PN}-tests" - -FILES:${PN}-tests += " \ - ${PYTHON_SITEPACKAGES_DIR}/psutil/test* \ - ${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \ -" - - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-shell \ - ${PYTHON_PN}-threading \ - ${PYTHON_PN}-xml \ - ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-ctypes \ - ${PYTHON_PN}-resource \ -" - -RDEPENDS:${PN}-tests += " \ - ${PN} \ - ${PYTHON_PN} \ - coreutils \ - procps \ - binutils \ - gcc \ - gcc-symlinks \ - libstdc++ \ - libstdc++-dev \ -" - -INSANE_SKIP:${PN}-tests += "dev-deps" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.5.bb b/meta/recipes-devtools/python/python3-psutil_5.9.5.bb new file mode 100644 index 0000000000..c84e2225b8 --- /dev/null +++ b/meta/recipes-devtools/python/python3-psutil_5.9.5.bb @@ -0,0 +1,41 @@ +SUMMARY = "A cross-platform process and system utilities module for Python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a9c72113a843d0d732a0ac1c200d81b1" +HOMEPAGE = "https://pypi.org/project/psutil/" + +SRC_URI[sha256sum] = "5410638e4df39c54d957fc51ce03048acd8e6d60abc0f5107af51e5fb566eb3c" + +inherit pypi setuptools3 + +PACKAGES =+ "${PN}-tests" + +FILES:${PN}-tests += " \ + ${PYTHON_SITEPACKAGES_DIR}/psutil/test* \ + ${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \ +" + + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-shell \ + ${PYTHON_PN}-threading \ + ${PYTHON_PN}-xml \ + ${PYTHON_PN}-netclient \ + ${PYTHON_PN}-ctypes \ + ${PYTHON_PN}-resource \ +" + +RDEPENDS:${PN}-tests += " \ + ${PN} \ + ${PYTHON_PN} \ + coreutils \ + procps \ + binutils \ + gcc \ + gcc-symlinks \ + libstdc++ \ + libstdc++-dev \ +" + +INSANE_SKIP:${PN}-tests += "dev-deps" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf