From 5cbb5fcd3707e74098af3cf5e7e860a9770fecaf Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Sep 2023 15:57:17 +0800 Subject: python3-virtualenv: upgrade 20.24.4 -> 20.24.5 Changelog: ========== -release 20.24.4 -Fix brew cannot copy -Test with 3.12 rc -Upgrade setuptools -GitHub Actions: Add PyPy 3.10 to testing Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-virtualenv_20.24.5.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-virtualenv_20.24.5.bb (limited to 'meta-python/recipes-devtools/python/python3-virtualenv_20.24.5.bb') diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_20.24.5.bb b/meta-python/recipes-devtools/python/python3-virtualenv_20.24.5.bb new file mode 100644 index 0000000000..d05c7f4927 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-virtualenv_20.24.5.bb @@ -0,0 +1,22 @@ +# SPDX-License-Identifier: MIT +# Copyright (C) 2023 iris-GmbH infrared & intelligent sensors + +SUMMARY = "A tool for creating isolated virtual python environments." +HOMEPAGE = "https://github.com/pypa/virtualenv" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538" + +SRC_URI[sha256sum] = "e8361967f6da6fbdf1426483bfe9fca8287c242ac0bc30429905721cefbff752" + +BBCLASSEXTEND = "native nativesdk" +inherit pypi python_hatchling + +DEPENDS += "\ + ${PYTHON_PN}-hatch-vcs-native \ +" + +RDEPENDS:${PN} += " \ + ${PYTHON_PN}-distlib \ + ${PYTHON_PN}-filelock \ + ${PYTHON_PN}-platformdirs \ +" -- cgit v1.2.3-54-g00ecf