summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools-scm_6.3.2.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2021-10-17 01:41:21 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-18 13:48:17 +0100
commit573c3363536048aea467901a5e6abde96f3c1b7b (patch)
tree671d3d8443797dbbf66f09bcf95cd8ca19eb4f6b /meta/recipes-devtools/python/python3-setuptools-scm_6.3.2.bb
parent6cc9954c6bac9e3c19b2b0f26a69b629a8ee7273 (diff)
downloadpoky-573c3363536048aea467901a5e6abde96f3c1b7b.tar.gz
python3-setuptools-scm: upgrade 6.0.1 -> 6.3.2
RDEPENDS on python3-tomli instead of python3-toml Cleanup RDEPENDS (common vs. class-target) For changes, see: https://github.com/pypa/setuptools_scm/blob/main/CHANGELOG.rst#632 (From OE-Core rev: db2f3df621ada3f4a87136279fc8015f81a6ad0c) Signed-off-by: Tim Orling <timothy.t.orling@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools-scm_6.3.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools-scm_6.3.2.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_6.3.2.bb b/meta/recipes-devtools/python/python3-setuptools-scm_6.3.2.bb
new file mode 100644
index 0000000000..bc594d9620
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-setuptools-scm_6.3.2.bb
@@ -0,0 +1,26 @@
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 versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file."
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
6
7SRC_URI[sha256sum] = "a49aa8081eeb3514eb9728fa5040f2eaa962d6c6f4ec9c32f6c1fba88f88a0f2"
8
9PYPI_PACKAGE = "setuptools_scm"
10inherit pypi setuptools3
11
12UPSTREAM_CHECK_REGEX = "setuptools_scm-(?P<pver>.*)\.tar"
13
14RDEPENDS:${PN} = "\
15 ${PYTHON_PN}-packaging \
16 ${PYTHON_PN}-pyparsing \
17 ${PYTHON_PN}-setuptools \
18 ${PYTHON_PN}-tomli \
19"
20
21RDEPENDS:${PN}:append:class-target = " \
22 ${PYTHON_PN}-debugger \
23 ${PYTHON_PN}-json \
24"
25
26BBCLASSEXTEND = "native nativesdk"