diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-03 18:01:44 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-04-05 15:56:47 -0700 |
| commit | a34c6b77a3e3a88a179fe232c1707901f972370b (patch) | |
| tree | 2a0f0250c74e49d1ce04c5b63f6c0e98c7dcece0 /meta-python/recipes-devtools/python/python3-argcomplete_3.0.5.bb | |
| parent | 3b8aeef1c3973df28ba2c6757207fe19e8ccc903 (diff) | |
| download | meta-openembedded-a34c6b77a3e3a88a179fe232c1707901f972370b.tar.gz | |
python3-argcomplete: upgrade 3.0.0 -> 3.0.5
Changelog:
=========
Call _default as fallback in zsh global completion hook
Begin support for mapping-emitting completers
activate-global-python-argcomplete: do not overwrite existing dotfile in user directory
Add NOTICE file
Establish long term name for split_line as argcomplete.lexers.split_line
Re-add split_line to API (#419)
Fix zsh default completion issues
Fix zsh autoload issues
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-argcomplete_3.0.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-argcomplete_3.0.5.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.0.5.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.0.5.bb new file mode 100644 index 0000000000..1e884f486a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-argcomplete_3.0.5.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "Argcomplete provides easy, extensible command line tab completion of arguments for your Python script." | ||
| 2 | HOMEPAGE = "https://github.com/kislyuk/argcomplete" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "fe3ce77125f434a0dd1bffe5f4643e64126d5731ce8d173d36f62fa43d6eb6f7" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "argcomplete" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "\ | ||
| 13 | ${PYTHON_PN}-core \ | ||
| 14 | ${PYTHON_PN}-io \ | ||
| 15 | " | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
| 18 | |||
