diff mbox series

[meta-python,3/4] python3-rich-argparse: Add recipe

Message ID 20250704133142.712380-3-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/4] python3-dateparser: Upgrade 1.2.1 -> 1.2.2 | expand

Commit Message

Leon Anavi July 4, 2025, 1:31 p.m. UTC
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>
---
 .../python/python3-rich-argparse_1.7.1.bb        | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-rich-argparse_1.7.1.bb
diff mbox series

Patch

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 @@ 
+SUMMARY = "A rich help formatter for argparse"
+HOMEPAGE = "https://github.com/hamdanal/rich-argparse"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=06f5c372171ce02f7e6a18f5f57f0b69"
+
+PYPI_PACKAGE = "rich_argparse"
+
+SRC_URI[sha256sum] = "d7a493cde94043e41ea68fb43a74405fa178de981bf7b800f7a3bd02ac5c27be"
+
+inherit pypi python_hatchling
+
+RDEPENDS:${PN} += "\
+	python3-rich \
+"
+
+BBCLASSEXTEND = "native nativesdk"