diff options
| author | Trevor Gamblin <tgamblin@baylibre.com> | 2024-05-21 13:04:42 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-23 11:26:39 +0100 |
| commit | 7a1be7ee51079e60ed50d9d94c51a7bae27ef6fb (patch) | |
| tree | bd3f3fd1c46ef073a659a27284655e6c2d7a8a0f /meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb | |
| parent | 94597191f37753980a914b14d20712e4fef39d40 (diff) | |
| download | poky-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.bb | 33 |
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 @@ | |||
| 1 | SUMMARY = "the blessed package to manage your versions by scm tags" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/setuptools-scm/" | ||
| 3 | DESCRIPTION = "setuptools_scm handles managing your Python package \ | ||
| 4 | versions in SCM metadata instead of declaring them as the version \ | ||
| 5 | argument or in a SCM managed file." | ||
| 6 | LICENSE = "MIT" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=838c366f69b72c5df05c96dff79b35f2" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "42dea1b65771cba93b7a515d65a65d8246e560768a66b9106a592c8e7f26c8a7" | ||
| 10 | |||
| 11 | PYPI_PACKAGE = "setuptools_scm" | ||
| 12 | |||
| 13 | inherit pypi python_setuptools_build_meta | ||
| 14 | |||
| 15 | UPSTREAM_CHECK_REGEX = "scm-(?P<pver>.*)\.tar" | ||
| 16 | |||
| 17 | DEPENDS += "python3-tomli-native python3-packaging-native python3-typing-extensions-native" | ||
| 18 | |||
| 19 | RDEPENDS:${PN} = "\ | ||
| 20 | python3-packaging \ | ||
| 21 | python3-pip \ | ||
| 22 | python3-pyparsing \ | ||
| 23 | python3-setuptools \ | ||
| 24 | python3-tomli \ | ||
| 25 | python3-typing-extensions \ | ||
| 26 | " | ||
| 27 | |||
| 28 | RDEPENDS:${PN}:append:class-target = " \ | ||
| 29 | python3-debugger \ | ||
| 30 | python3-json \ | ||
| 31 | " | ||
| 32 | |||
| 33 | BBCLASSEXTEND = "native nativesdk" | ||
