summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-yappi_1.6.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-11-18 17:29:52 +0800
committerKhem Raj <raj.khem@gmail.com>2024-11-19 16:59:15 -0800
commit60d25ced3734364a653c7f39352e4b4bcffc8705 (patch)
tree8e09a8f473ccdf753fc4f32f9a1f4e5c00d392cb /meta-python/recipes-devtools/python/python3-yappi_1.6.0.bb
parentd5ed13e04e1861ab88b5a559edc415a35827c3c3 (diff)
downloadmeta-openembedded-60d25ced3734364a653c7f39352e4b4bcffc8705.tar.gz
python3-yappi: upgrade 1.6.0 -> 1.6.10
py3.13.patch removed since it's included in 1.6.10 Changelog: ========= - Fix source distribution not released - Fix error not cleared from an internal PyObject_GetAttrString call Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-yappi_1.6.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-yappi_1.6.0.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.6.0.bb b/meta-python/recipes-devtools/python/python3-yappi_1.6.0.bb
deleted file mode 100644
index 80d5012be2..0000000000
--- a/meta-python/recipes-devtools/python/python3-yappi_1.6.0.bb
+++ /dev/null
@@ -1,38 +0,0 @@
1SUMMARY = "Yet Another Python Profiler"
2HOMEPAGE = "https://github.com/sumerc/yappi"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=71c208c9a4fd864385eb69ad4caa3bee"
6
7SRC_URI[sha256sum] = "a9aaf72009d8c03067294151ee0470ac7a6dfa7b33baab40b198d6c1ef00430a"
8
9SRC_URI += " \
10 file://run-ptest \
11 file://0001-test_functionality-convert-line-endings-to-Unix.patch \
12 file://0002-Fix-import-of-tests.utils-to-enable-pytest.patch \
13 file://py3.13.patch \
14"
15
16inherit pypi python_setuptools_build_meta ptest
17
18RDEPENDS:${PN} += "\
19 python3-datetime \
20 python3-pickle \
21 python3-threading \
22"
23
24RDEPENDS:${PN}-ptest += " \
25 python3-gevent \
26 python3-multiprocessing \
27 python3-pytest \
28 python3-profile \
29 python3-unittest-automake-output \
30 python3-zopeinterface \
31"
32
33do_install_ptest() {
34 install -d ${D}${PTEST_PATH}/tests
35 cp -rf ${S}/tests ${D}${PTEST_PATH}
36 cp -f ${S}/run_tests.py ${D}${PTEST_PATH}
37}
38