mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 20:31:32 +00:00
python3-cmd2: Upgrade 2.6.1 -> 2.6.2
Upgrade to release 2.6.2: - Added explicit support for free-threaded versions of Python, starting with version 3.14 - Restored code to set a parser's prog value in the with_argparser decorator. This is to preserve backward compatibility in the cmd2 2.0 family. This functionality will be removed in cmd2 3.0.0. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
23
meta-python/recipes-devtools/python/python3-cmd2_2.6.2.bb
Normal file
23
meta-python/recipes-devtools/python/python3-cmd2_2.6.2.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
SUMMARY = "Extra features for standard library's cmd module"
|
||||
HOMEPAGE = "https://github.com/python-cmd2/cmd2"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=26efe44f9946f43292f90070d9d5590c"
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
SRC_URI[sha256sum] = "bde128c0b6dba9d2d9179a1c7c8fe92ab930473d0ddf46f2bc19cb789f942e4d"
|
||||
|
||||
inherit pypi python_setuptools_build_meta python3native
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-attrs \
|
||||
python3-colorama \
|
||||
python3-pyperclip \
|
||||
python3-wcwidth \
|
||||
python3-compression \
|
||||
python3-pydoc \
|
||||
python3-json \
|
||||
python3-numbers \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user