diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-01-19 19:37:46 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-20 09:30:47 -0800 |
| commit | 3d90d7401383007d0616d1948d90133095d4ac4e (patch) | |
| tree | 88ab8f505c97601d3777d2f6164792da047b267b /meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb | |
| parent | ccd9792bdb2c0e4e0e2fc2cda4ace5ee991f021b (diff) | |
| download | meta-openembedded-3d90d7401383007d0616d1948d90133095d4ac4e.tar.gz | |
python3-yappi: Upgrade 1.3.0 -> 1.3.2
Upgrade to release 1.3.2:
- Add support for Python 3.10
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb b/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb new file mode 100644 index 0000000000..7c3f0fd4be --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 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] = "a51d3e6e5563cc74b5bb82ed6e7bd44a9c1a7eae3d97e4d52e9465edb3a8da8d" | ||
| 8 | |||
| 9 | SRC_URI += " \ | ||
| 10 | file://run-ptest \ | ||
| 11 | " | ||
| 12 | |||
| 13 | inherit pypi setuptools3 ptest | ||
| 14 | |||
| 15 | RDEPENDS_${PN} += "\ | ||
| 16 | ${PYTHON_PN}-datetime \ | ||
| 17 | ${PYTHON_PN}-pickle \ | ||
| 18 | ${PYTHON_PN}-threading \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN}-ptest += " \ | ||
| 22 | ${PYTHON_PN}-pytest \ | ||
| 23 | ${PYTHON_PN}-multiprocessing \ | ||
| 24 | ${PYTHON_PN}-profile \ | ||
| 25 | " | ||
| 26 | |||
| 27 | do_install_ptest() { | ||
| 28 | install -d ${D}${PTEST_PATH}/tests | ||
| 29 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 30 | cp -f ${S}/yappi/yappi.py ${D}/${PTEST_PATH}/ | ||
| 31 | } | ||
