diff options
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.bb | 38 |
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 @@ | |||
| 1 | SUMMARY = "Yet Another Python Profiler" | ||
| 2 | HOMEPAGE = "https://github.com/sumerc/yappi" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=71c208c9a4fd864385eb69ad4caa3bee" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "a9aaf72009d8c03067294151ee0470ac7a6dfa7b33baab40b198d6c1ef00430a" | ||
| 8 | |||
| 9 | SRC_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 | |||
| 16 | inherit pypi python_setuptools_build_meta ptest | ||
| 17 | |||
| 18 | RDEPENDS:${PN} += "\ | ||
| 19 | python3-datetime \ | ||
| 20 | python3-pickle \ | ||
| 21 | python3-threading \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS:${PN}-ptest += " \ | ||
| 25 | python3-gevent \ | ||
| 26 | python3-multiprocessing \ | ||
| 27 | python3-pytest \ | ||
| 28 | python3-profile \ | ||
| 29 | python3-unittest-automake-output \ | ||
| 30 | python3-zopeinterface \ | ||
| 31 | " | ||
| 32 | |||
| 33 | do_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 | |||
