summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gcovr_8.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gcovr_8.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-gcovr_8.5.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gcovr_8.5.bb b/meta-python/recipes-devtools/python/python3-gcovr_8.5.bb
new file mode 100644
index 0000000000..68cc9bc274
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-gcovr_8.5.bb
@@ -0,0 +1,31 @@
1DESCRIPTION = "generate GCC code coverage reports"
2HOMEPAGE = "https://gcovr.com"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ba06c93410cc51bafc66fa06456879bf"
6
7SRC_URI = " \
8 git://github.com/gcovr/gcovr.git;branch=main;protocol=https \
9 file://0001-pyproject.toml-Support-newer-versions.patch \
10"
11SRCREV = "71eedb8f300612d4095f2ffa4ac60e3fdd58c192"
12
13
14inherit python_hatchling
15
16DEPENDS += " \
17 python3-hatchling-native \
18 python3-hatch-vcs-native \
19 python3-hatch-fancy-pypi-readme-native \
20"
21
22RDEPENDS:${PN} += " \
23 python3-colorlog \
24 python3-jinja2 \
25 python3-lxml \
26 python3-multiprocessing \
27 python3-pygments \
28 python3-setuptools \
29"
30
31BBCLASSEXTEND = "native nativesdk"