xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-setuptools-scm_6.4.2.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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] = "6833ac65c6ed9711a4d5d2266f8024cfa07c533a0e55f4c12f6eff280a5a9e30"
8
9PYPI_PACKAGE = "setuptools_scm"
10inherit pypi python_setuptools_build_meta
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"
27