mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 12:43:03 +01:00
python3-pdm python3-pdm-{backend,build-locked}: move from meta-python
python3-pdm and python3-pdm-backend are dependencies of python3-webcolors python3-pdm itself depends on python3-pdm-build-locked (From OE-Core rev: 6d064f60275b294dc6fc0e6480a0e5b0e7820934) Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
77e5b8db1e
commit
b62bb58658
14
meta/recipes-devtools/python/python3-pdm-backend_2.4.3.bb
Normal file
14
meta/recipes-devtools/python/python3-pdm-backend_2.4.3.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "The build backend used by PDM that supports latest packaging standards"
|
||||
HOMEPAGE = "https://github.com/pdm-project/pdm-backend"
|
||||
LICENSE = "MIT"
|
||||
SECTION = "devel/python"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4a564297b3c5b629a528b92fd8ff61ea"
|
||||
|
||||
SRC_URI[sha256sum] = "dbd9047a7ac10d11a5227e97163b617ad5d665050476ff63867d971758200728"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
PYPI_PACKAGE = "pdm_backend"
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user