From dc7ac8d8f694b845d15f999c53044c04a29e778b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 21 Jan 2020 17:45:51 +0000 Subject: python: drop python-backports-lzma Now that we are python 3.3+ only, we no longer need this backport. Signed-off-by: Bruce Ashfield --- .../python/python-backports-lzma/fix_paths.patch | 17 ------------ .../python/python-backports-lzma_0.0.3.bb | 32 ---------------------- 2 files changed, 49 deletions(-) delete mode 100644 recipes-devtools/python/python-backports-lzma/fix_paths.patch delete mode 100644 recipes-devtools/python/python-backports-lzma_0.0.3.bb (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/python-backports-lzma/fix_paths.patch b/recipes-devtools/python/python-backports-lzma/fix_paths.patch deleted file mode 100644 index c2b374f6..00000000 --- a/recipes-devtools/python/python-backports-lzma/fix_paths.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- - setup.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - ---- a/setup.py -+++ b/setup.py -@@ -32,8 +32,8 @@ - extens = [Extension('backports/lzma/_lzma', - ['backports/lzma/_lzmamodule.c'], - libraries = ['lzma'], -- include_dirs = [os.path.join(home, 'include'), '/opt/local/include', '/usr/local/include'], -- library_dirs = [os.path.join(home, 'lib'), '/opt/local/lib', '/usr/local/lib'] -+ include_dirs = [], -+ library_dirs = [] - )] - - descr = "Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files." diff --git a/recipes-devtools/python/python-backports-lzma_0.0.3.bb b/recipes-devtools/python/python-backports-lzma_0.0.3.bb deleted file mode 100644 index a3586c04..00000000 --- a/recipes-devtools/python/python-backports-lzma_0.0.3.bb +++ /dev/null @@ -1,32 +0,0 @@ -HOMEPAGE = "https://github.com/peterjc/backports.lzma" -SUMMARY = "\ - Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files." -DESCRIPTION = "\ - This is a backport of the 'lzma' module included in Python 3.3 or later \ - by Nadeem Vawda and Per Oyvind Karlsen, which provides a Python wrapper \ - for XZ Utils (aka LZMA Utils v2) by Igor Pavlov. \ - . \ - In order to compile this, you will need to install XZ Utils from \ - http://tukaani.org/xz/ \ - " -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=db4345b3b9524aabc8fe8c65f235c6b2" - -SRC_URI[md5sum] = "c3d109746aefa86268e500c07d7e8e0f" -SRC_URI[sha256sum] = "bac58aec8d39ac3d22250840fb24830d0e4a0ef05ad8f3f09172dc0cc80cdbca" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -DEPENDS += "xz" - -SRCNAME = "backports.lzma" - -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SRC_URI = "\ - https://pypi.python.org/packages/source/b/backports.lzma/${SRCNAME}-${PV}.tar.gz \ - file://fix_paths.patch \ - " -- cgit v1.2.3-54-g00ecf