diff options
| author | Ross Burton <ross.burton@arm.com> | 2022-10-04 11:51:03 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-26 12:28:37 +0100 |
| commit | f19307ef4147b4814f80648b545aa7c55990d43f (patch) | |
| tree | 56ab892771040aa7be19e86e8dfad53f8fafc2fb /meta/recipes-devtools/python/python3-hatchling_1.10.0.bb | |
| parent | 3841c39c6111b67566b336b07502aefc387bfdc5 (diff) | |
| download | poky-f19307ef4147b4814f80648b545aa7c55990d43f.tar.gz | |
python3-hatchling: upgrade 1.9.0 -> 1.10.0
(From OE-Core rev: 81ec0c0f9980194e2e8f74b5663e86a27bf9000b)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-hatchling_1.10.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-hatchling_1.10.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-hatchling_1.10.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.10.0.bb new file mode 100644 index 0000000000..a0d41d4b0d --- /dev/null +++ b/meta/recipes-devtools/python/python3-hatchling_1.10.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "The extensible, standards compliant build backend used by Hatch" | ||
| 2 | HOMEPAGE = "https://hatch.pypa.io/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbe2fd33fc9297692812fc94b7d27fd9" | ||
| 5 | |||
| 6 | inherit pypi python_hatchling | ||
| 7 | |||
| 8 | DEPENDS += "python3-pluggy-native python3-tomli-native python3-pathspec-native python3-packaging-native python3-editables-native" | ||
| 9 | DEPENDS:remove:class-native = "python3-hatchling-native" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "5d31f43dffaf6265c808e1b5353662ffa5146d844278b55caa6c7f74f427ec50" | ||
| 12 | |||
| 13 | do_compile:prepend() { | ||
| 14 | export PYTHONPATH=src | ||
| 15 | } | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
