From 0830fb85cb63b435ab1deb8a1caec230e350b21c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 30 Sep 2024 15:42:50 +0800 Subject: python3-prompt-toolkit: upgrade 3.0.47 -> 3.0.48 - Typing improvements: * Add '@overload' to 'contrib.regular_languages.compiler.Variables.get'. * Use 'Sequence' instead of 'list' for 'words' argument in completers. - Improve 'ModalCursorShapeConfig': * Display an "underscore" cursor in Vi's "replace single" mode, like "replace" mode. * Display an "beam" cursor in Emacs (insert) mode. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-prompt-toolkit_3.0.47.bb | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.47.bb (limited to 'meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.47.bb') diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.47.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.47.bb deleted file mode 100644 index 9997785dcd..0000000000 --- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.47.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Library for building powerful interactive command lines in Python" -HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f" - -SRC_URI[sha256sum] = "1e1b29cb58080b1e69f207c893a1a7bf16d127a5c30c9d17a25a5d77792e5360" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "prompt_toolkit" - -RDEPENDS:${PN} += " \ - python3-core \ - python3-six \ - python3-terminal \ - python3-threading \ - python3-wcwidth \ - python3-datetime \ - python3-shell \ - python3-image \ - python3-asyncio \ - python3-xml \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf