diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-12-14 16:45:43 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-14 07:53:22 -0800 |
| commit | 02e3123e68934c88bf7c4a5dced5676a1f5f1c25 (patch) | |
| tree | 9e5a4fb6bbf75f336d54c47faedd9182dae815cc /meta-python/recipes-devtools/python/python3-argcomplete_3.1.6.bb | |
| parent | 52126fbc3398f164eb85e642eebd5b80079a0357 (diff) | |
| download | meta-openembedded-02e3123e68934c88bf7c4a5dced5676a1f5f1c25.tar.gz | |
python3-argcomplete: upgrade 3.1.6 -> 3.2.1
Changelog:
==========
-Allow explicit zsh global completion activation
-Fix and test global completion in zsh
-Add -yes option to activate-global-python-argcomplete
-Test suite improvements
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.1.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-argcomplete_3.1.6.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.1.6.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.1.6.bb deleted file mode 100644 index 28dd9f90c5..0000000000 --- a/meta-python/recipes-devtools/python/python3-argcomplete_3.1.6.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 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] = "3b1f07d133332547a53c79437527c00be48cca3807b1d4ca5cab1b26313386a6" | ||
| 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 | |||
