summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb b/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb
new file mode 100644
index 0000000000..ea65b476fc
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb
@@ -0,0 +1,33 @@
1SUMMARY = "the blessed package to manage your versions by scm tags"
2HOMEPAGE = "https://pypi.org/project/setuptools-scm/"
3DESCRIPTION = "setuptools_scm handles managing your Python package \
4versions in SCM metadata instead of declaring them as the version \
5argument or in a SCM managed file."
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=838c366f69b72c5df05c96dff79b35f2"
8
9SRC_URI[sha256sum] = "42dea1b65771cba93b7a515d65a65d8246e560768a66b9106a592c8e7f26c8a7"
10
11PYPI_PACKAGE = "setuptools_scm"
12
13inherit pypi python_setuptools_build_meta
14
15UPSTREAM_CHECK_REGEX = "scm-(?P<pver>.*)\.tar"
16
17DEPENDS += "python3-tomli-native python3-packaging-native python3-typing-extensions-native"
18
19RDEPENDS:${PN} = "\
20 python3-packaging \
21 python3-pip \
22 python3-pyparsing \
23 python3-setuptools \
24 python3-tomli \
25 python3-typing-extensions \
26"
27
28RDEPENDS:${PN}:append:class-target = " \
29 python3-debugger \
30 python3-json \
31"
32
33BBCLASSEXTEND = "native nativesdk"