From 8a8bc59ff6826243a3ef037f9df3c5da56d4aa50 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 9 Aug 2024 11:52:36 +0300 Subject: python3-argcomplete: Upgrade 3.4.0 -> 3.5.0 Upgrade to release 3.5.0: - Use project.scripts instead of setuptools scripts - Test infrastructure improvements Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-argcomplete_3.4.0.bb | 22 ---------------------- .../python/python3-argcomplete_3.5.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-argcomplete_3.5.0.bb diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb deleted file mode 100644 index 90def16a69..0000000000 --- a/meta-python/recipes-devtools/python/python3-argcomplete_3.4.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Argcomplete provides easy, extensible command line tab completion of arguments for your Python script." -HOMEPAGE = "https://github.com/kislyuk/argcomplete" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93" - -SRC_URI[sha256sum] = "c2abcdfe1be8ace47ba777d4fce319eb13bf8ad9dace8d085dcad6eded88057f" - -PYPI_PACKAGE = "argcomplete" - -inherit pypi python_setuptools_build_meta - -DEPENDS += " \ - python3-setuptools-scm-native \ -" - -RDEPENDS:${PN} += "\ - python3-core \ - python3-io \ -" - -BBCLASSEXTEND = "native nativesdk" - diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.5.0.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.5.0.bb new file mode 100644 index 0000000000..a5cf6298a4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-argcomplete_3.5.0.bb @@ -0,0 +1,22 @@ +SUMMARY = "Argcomplete provides easy, extensible command line tab completion of arguments for your Python script." +HOMEPAGE = "https://github.com/kislyuk/argcomplete" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93" + +SRC_URI[sha256sum] = "4349400469dccfb7950bb60334a680c58d88699bff6159df61251878dc6bf74b" + +PYPI_PACKAGE = "argcomplete" + +inherit pypi python_setuptools_build_meta + +DEPENDS += " \ + python3-setuptools-scm-native \ +" + +RDEPENDS:${PN} += "\ + python3-core \ + python3-io \ +" + +BBCLASSEXTEND = "native nativesdk" + -- cgit v1.2.3-54-g00ecf