diff options
| author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-05-17 09:35:54 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-22 10:53:49 +0100 |
| commit | bce7fcc0b557fa0e228548cd797a3348201ed229 (patch) | |
| tree | 87a727a8cdf7cbc939ddfe425e1c0bca60b3d2db /meta/recipes-devtools/python/python3-hatchling_1.17.0.bb | |
| parent | 6c8fe83bb5d1aaa11307253e8ab33c2d7f1a4a3f (diff) | |
| download | poky-bce7fcc0b557fa0e228548cd797a3348201ed229.tar.gz | |
python3-hatchling: upgrade 1.14.1 -> 1.17.0
(From OE-Core rev: f656c8b3b05f1453d0a6401613d1340b758b7a4b)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-hatchling_1.17.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-hatchling_1.17.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-hatchling_1.17.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.17.0.bb new file mode 100644 index 0000000000..05a86f0efb --- /dev/null +++ b/meta/recipes-devtools/python/python3-hatchling_1.17.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-pathspec-native python3-packaging-native python3-editables-native python3-trove-classifiers-native" | ||
| 9 | DEPENDS:remove:class-native = "python3-hatchling-native" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "b1244db3f45b4ef5a00106a46612da107cdfaf85f1580b8e1c059fefc98b0930" | ||
| 12 | |||
| 13 | do_compile:prepend() { | ||
| 14 | export PYTHONPATH=src | ||
| 15 | } | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
