diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-07-04 16:31:41 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-04 09:42:10 -0700 |
| commit | 54d84ff3c1707d724a7f3bde37ec1f596096d935 (patch) | |
| tree | c17e5f3782ae3969564165d2cda9645be338a291 /meta-python/recipes-devtools/python | |
| parent | f963cd8404907a5384d6782c62462969c311cf1d (diff) | |
| download | meta-openembedded-54d84ff3c1707d724a7f3bde37ec1f596096d935.tar.gz | |
python3-rich-argparse: Add recipe
Add recipe for release 1.7.1:
- Fix TypeError on nightly builds (Python 3.14.0a7+) due to new
HelpFormatter arguments. The console parameter is now keyword-only.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-rich-argparse_1.7.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rich-argparse_1.7.1.bb b/meta-python/recipes-devtools/python/python3-rich-argparse_1.7.1.bb new file mode 100644 index 0000000000..cb07b012b4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-rich-argparse_1.7.1.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "A rich help formatter for argparse" | ||
| 2 | HOMEPAGE = "https://github.com/hamdanal/rich-argparse" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=06f5c372171ce02f7e6a18f5f57f0b69" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "rich_argparse" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "d7a493cde94043e41ea68fb43a74405fa178de981bf7b800f7a3bd02ac5c27be" | ||
| 9 | |||
| 10 | inherit pypi python_hatchling | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "\ | ||
| 13 | python3-rich \ | ||
| 14 | " | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
