summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-traitlets_5.15.0.bb
diff options
context:
space:
mode:
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}