diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-calver_2025.04.17.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-calver_2025.04.17.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-calver_2025.04.17.bb b/meta/recipes-devtools/python/python3-calver_2025.04.17.bb new file mode 100644 index 0000000000..85ad18701c --- /dev/null +++ b/meta/recipes-devtools/python/python3-calver_2025.04.17.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "Setuptools extension for CalVer package versions" | ||
2 | HOMEPAGE = "https://github.com/di/calver" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
5 | |||
6 | SRC_URI = "git://github.com/di/calver;branch=master;protocol=https;tag=${PV}" | ||
7 | SRCREV = "3b74bdce35f2814eb2b65db39a133d5c849ddea7" | ||
8 | |||
9 | inherit python_setuptools_build_meta ptest-python-pytest | ||
10 | |||
11 | RDEPENDS:${PN}-ptest += " \ | ||
12 | python3-pretend \ | ||
13 | " | ||
14 | |||
15 | BBCLASSEXTEND = "native nativesdk" | ||