From ff10588f479be5fdd5cf92c324e62f8dae518d66 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 25 Feb 2022 16:48:31 -0800 Subject: python3-distutils-extra; merge inc, fix wheel build We have not supported Python2 for quite some time now, so there is no reason to maintain a separate inc file. This recipe does not inherit pypi and the PN does not match the built wheel. Set PIP_INSTALL_PACKAGE appropriately so the wheel can be found. Signed-off-by: Tim Orling Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-distutils-extra_2.39.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb (limited to 'meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb') diff --git a/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb b/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb new file mode 100644 index 000000000..8aca4ca3a --- /dev/null +++ b/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb @@ -0,0 +1,17 @@ +SUMMARY = "python-distutils extension" +DESCRIPTION = "python-distutils extension integrating gettext support, themed icons and scrollkeeper based documentation" +HOMEPAGE = "https://launchpad.net/python-distutils-extra" +SECTION = "devel/python" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4" + +SRC_URI = "https://launchpad.net/python-distutils-extra/trunk/${PV}/+download/python-distutils-extra-${PV}.tar.gz" +SRC_URI[sha256sum] = "723f24f4d65fc8d99b33a002fbbb3771d4cc9d664c97085bf37f3997ae8063af" + +inherit setuptools3 + +PIP_INSTALL_PACKAGE = "python_distutils_extra" + +S = "${WORKDIR}/python-distutils-extra-${PV}" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf