summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2024-08-15 09:30:54 +0300
committerKhem Raj <raj.khem@gmail.com>2024-08-15 10:28:12 -0700
commit093b94c68afabca43998cdbd540fedb1c9ca0a22 (patch)
treefe0af5ff65c27aee17a482894b407051aefbd8ff /meta-python/recipes-devtools/python
parente72396ae321609497d3329e047b21113fb11bc35 (diff)
downloadmeta-openembedded-093b94c68afabca43998cdbd540fedb1c9ca0a22.tar.gz
python3-path: Upgrade 16.14.0 -> 17.0.0
Upgrade to release 17.0.0: - Removed deprecated behaviors. - Removed crufty manifest.in. - Removed crufty Dockerfile. - Moved tests to tests directory. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-path_17.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-path_16.14.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-path_16.14.0.bb b/meta-python/recipes-devtools/python/python3-path_17.0.0.bb
index b4d290a230..e809952079 100644
--- a/meta-python/recipes-devtools/python/python3-path_16.14.0.bb
+++ b/meta-python/recipes-devtools/python/python3-path_17.0.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "A module wrapper for os.path"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f"
4 4
5SRC_URI[sha256sum] = "dbaaa7efd4602fd6ba8d82890dc7823d69e5de740a6e842d9919b0faaf2b6a8e" 5SRC_URI[sha256sum] = "e1540261d22df1416fb1b498b3b1ed5353a371a48fe197d66611bb01e7fab2d5"
6 6
7SRC_URI += "\ 7SRC_URI += "\
8 file://run-ptest \ 8 file://run-ptest \
@@ -28,7 +28,7 @@ BBCLASSEXTEND = "nativesdk native"
28 28
29do_install_ptest() { 29do_install_ptest() {
30 install -d ${D}${PTEST_PATH}/test 30 install -d ${D}${PTEST_PATH}/test
31 cp -rf ${S}/test_* ${D}${PTEST_PATH}/test/ 31 cp -rf ${S}/tests/test_* ${D}${PTEST_PATH}/test/
32 install -d ${D}${PTEST_PATH}/path 32 install -d ${D}${PTEST_PATH}/path
33 cp -rf ${S}/path/* ${D}${PTEST_PATH}/path/ 33 cp -rf ${S}/path/* ${D}${PTEST_PATH}/path/
34} 34}