summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pdm-build-locked_0.3.5.bb
diff options
context:
space:
mode:
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.bb15
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 @@
1SUMMARY = "pdm plugin to publish locked dependencies as optional-dependencies"
2HOMEPAGE = "https://github.com/pdm-project/pdm-build-locked"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=19382cdf9c143df4f00b9caa0b60c75a"
5
6SRC_URI[sha256sum] = "ab2f381e00d79841d46be2e6909c265038b9fa951de2bf551ca6adb7f6844201"
7
8inherit pypi python_setuptools_build_meta
9
10DEPENDS += " python3-pdm-backend-native"
11
12PYPI_PACKAGE = "pdm_build_locked"
13UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
14
15BBCLASSEXTEND += "native nativesdk"