From 9b1f94bb6ac07d6f2147443046f275523094b877 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 9 Mar 2022 18:44:02 +0800 Subject: python3-bitarray: upgrade 2.3.7 -> 2.4.0 setup.py-use-setuptools-instead-of-distutils.patch removed since it's included in 2.4.0 Changelog: ========= * enable building wheels for multiple platforms and Python versions using pypa/cibuildwheel, see #165 and #170 * use setuptools instead of distutils in 'setup.py', #168 * add missing type hinting for '.count()' step argument Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-bitarray_2.3.7.bb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb (limited to 'meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb') diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb deleted file mode 100644 index 46ceed8b80..0000000000 --- a/meta-python/recipes-devtools/python/python3-bitarray_2.3.7.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" -HOMEPAGE = "https://github.com/ilanschnell/bitarray" -LICENSE = "PSF-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" - -SRC_URI[sha256sum] = "4da790ab193e993107f3ff0aebc4f8d6ad5196a19071fbafad16b02898a44fd7" - -inherit setuptools3 pypi - -# Backported from 2.3.8 -SRC_URI += "file://setup.py-use-setuptools-instead-of-distutils.patch" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf