From 18d13a0f6d8107bc8507c4ee5fe9033460e2d566 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 20 Sep 2023 18:57:10 +0000 Subject: python3-custom-inherit: Update version 2.3.1 -> 2.4.1 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../python/python3-custom-inherit_2.3.1.bb | 15 --------------- .../python/python3-custom-inherit_2.4.1.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-custom-inherit_2.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-custom-inherit_2.3.1.bb b/meta-python/recipes-devtools/python/python3-custom-inherit_2.3.1.bb deleted file mode 100644 index 8ff3b9e3d1..0000000000 --- a/meta-python/recipes-devtools/python/python3-custom-inherit_2.3.1.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "A Python package that provides customized docstring inheritance schemes between derived classes and their parents." -HOMEPAGE = "https://github.com/rsokl/custom_inherit" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f910a85a4c3da51edf780f17a7608434" - -PYPI_PACKAGE = "custom_inherit" - -SRC_URI[sha256sum] = "a0d104847b4cc1ae24e00061fc2e11da8766b019bf4c8c753822347366c8c49f" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-json \ - python3-stringold \ -" diff --git a/meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb b/meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb new file mode 100644 index 0000000000..478abbf1fd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb @@ -0,0 +1,15 @@ +SUMMARY = "A Python package that provides customized docstring inheritance schemes between derived classes and their parents." +HOMEPAGE = "https://github.com/rsokl/custom_inherit" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f910a85a4c3da51edf780f17a7608434" + +PYPI_PACKAGE = "custom_inherit" + +SRC_URI[sha256sum] = "7052eb337bcce83551815264391cc4efc2bf70b295a3c52aba64f1ab57c3a8a2" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-json \ + python3-stringold \ +" -- cgit v1.2.3-54-g00ecf