diff options
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" | ||
