diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-calver_2025.04.01.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-calver_2025.04.01.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-calver_2025.04.01.bb b/meta/recipes-devtools/python/python3-calver_2025.04.01.bb new file mode 100644 index 0000000000..a05e787201 --- /dev/null +++ b/meta/recipes-devtools/python/python3-calver_2025.04.01.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 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 = "5b62e5127f9ad5bb56bd09ccd8c44283a23ddb60" | ||
| 8 | |||
| 9 | inherit python_setuptools_build_meta ptest-python-pytest | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | RDEPENDS:${PN}-ptest += " \ | ||
| 14 | python3-pretend \ | ||
| 15 | " | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
