diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-pdm-build-locked_0.3.5.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-pdm-build-locked_0.3.5.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pdm-build-locked_0.3.5.bb b/meta/recipes-devtools/python/python3-pdm-build-locked_0.3.5.bb new file mode 100644 index 0000000000..12afe8bcf4 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pdm-build-locked_0.3.5.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "pdm plugin to publish locked dependencies as optional-dependencies" | ||
2 | HOMEPAGE = "https://github.com/pdm-project/pdm-build-locked" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=19382cdf9c143df4f00b9caa0b60c75a" | ||
5 | |||
6 | SRC_URI[sha256sum] = "ab2f381e00d79841d46be2e6909c265038b9fa951de2bf551ca6adb7f6844201" | ||
7 | |||
8 | inherit pypi python_setuptools_build_meta | ||
9 | |||
10 | DEPENDS += " python3-pdm-backend-native" | ||
11 | |||
12 | PYPI_PACKAGE = "pdm_build_locked" | ||
13 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
14 | |||
15 | BBCLASSEXTEND += "native nativesdk" | ||