summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-13 12:19:39 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-13 20:46:45 -0700
commit61e1f2846215f2248462572bc08f2ea408201765 (patch)
tree70c2cbf716a445aec66d497191c63397973716ab /meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb
parent368e3e2b0e99f4fec3ca64a2bf2af56fbb456361 (diff)
downloadmeta-openembedded-61e1f2846215f2248462572bc08f2ea408201765.tar.gz
python3-traitlets: upgrade 5.14.3 -> 5.15.0
0001-start-testing-on-3.14-and-3.14t-929.patch removed since it's included in 5.15.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb
new file mode 100644
index 0000000000..9c04286030
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb
@@ -0,0 +1,24 @@
1SUMMARY = "Traitlets Python config system"
2HOMEPAGE = "https://github.com/ipython/traitlets"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=13bed0ee6f46a6f6dbf1f9f9572f250a"
5
6SRC_URI[sha256sum] = "4fead733f81cf1c4c938e06f8ca4633896833c9d89eff878159457f4d4392971"
7
8inherit pypi python_hatchling ptest
9
10SRC_URI += "file://run-ptest"
11
12RDEPENDS:${PN}-ptest += " \
13 python3-argcomplete \
14 bash \
15 python3-mypy \
16 python3-pytest \
17 python3-pytest-mock \
18 python3-unittest-automake-output \
19"
20
21do_install_ptest() {
22 install -d ${D}${PTEST_PATH}/tests
23 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
24}