summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2024-05-21 13:04:42 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-23 11:26:39 +0100
commit7a1be7ee51079e60ed50d9d94c51a7bae27ef6fb (patch)
treebd3f3fd1c46ef073a659a27284655e6c2d7a8a0f /meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb
parent94597191f37753980a914b14d20712e4fef39d40 (diff)
downloadpoky-7a1be7ee51079e60ed50d9d94c51a7bae27ef6fb.tar.gz
python3-setuptools-scm: upgrade 8.0.4 -> 8.1.0
PYPI_PACKAGE is updated since the upstream now uses an underscore in the package name. Changelog: https://github.com/pypa/setuptools_scm/releases/tag/v8.1.0 (From OE-Core rev: fa1cd6b172233615a6346b6fa777cfb141a4962b) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"