diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-06 16:27:29 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:11 -0800 |
| commit | 8540c5e5172fd73c8eb58d2158a3feadfa685bcf (patch) | |
| tree | e8773e1941b2d96915094fa8dc2805073ff6044c /meta-python/recipes-devtools/python/python3-gcovr_7.0.bb | |
| parent | 8c0e8ceceb980ea8852412c368f754a0759e915c (diff) | |
| download | meta-openembedded-8540c5e5172fd73c8eb58d2158a3feadfa685bcf.tar.gz | |
python3-gcovr: upgrade 6.0 -> 7.0
Changelog:
https://github.com/gcovr/gcovr/releases/tag/7.0
License-Update: Copyright year updated to 2024.
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-gcovr_7.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gcovr_7.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gcovr_7.0.bb b/meta-python/recipes-devtools/python/python3-gcovr_7.0.bb new file mode 100644 index 0000000000..6e5899ae23 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-gcovr_7.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "generate GCC code coverage reports" | ||
| 2 | HOMEPAGE = "https://gcovr.com" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5a58ca91c1758a53f896ba89d8aaac2" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/gcovr/gcovr.git;branch=main;protocol=https" | ||
| 8 | SRCREV = "fc190bcb85a25f5738315434a11f8e993edce515" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | inherit setuptools3 | ||
| 13 | PIP_INSTALL_PACKAGE = "gcovr" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += "${PYTHON_PN}-jinja2 ${PYTHON_PN}-lxml ${PYTHON_PN}-setuptools ${PYTHON_PN}-pygments ${PYTHON_PN}-multiprocessing" | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
