summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-calver_2025.04.17.bb
diff options
context:
space:
mode:
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.bb15
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 @@
1SUMMARY = "Setuptools extension for CalVer package versions"
2HOMEPAGE = "https://github.com/di/calver"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5
6SRC_URI = "git://github.com/di/calver;branch=master;protocol=https;tag=${PV}"
7SRCREV = "3b74bdce35f2814eb2b65db39a133d5c849ddea7"
8
9inherit python_setuptools_build_meta ptest-python-pytest
10
11RDEPENDS:${PN}-ptest += " \
12 python3-pretend \
13"
14
15BBCLASSEXTEND = "native nativesdk"