summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-rich-argparse_1.7.1.bb16
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 @@
1SUMMARY = "A rich help formatter for argparse"
2HOMEPAGE = "https://github.com/hamdanal/rich-argparse"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=06f5c372171ce02f7e6a18f5f57f0b69"
5
6PYPI_PACKAGE = "rich_argparse"
7
8SRC_URI[sha256sum] = "d7a493cde94043e41ea68fb43a74405fa178de981bf7b800f7a3bd02ac5c27be"
9
10inherit pypi python_hatchling
11
12RDEPENDS:${PN} += "\
13 python3-rich \
14"
15
16BBCLASSEXTEND = "native nativesdk"