diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-03-09 18:44:02 +0800 |
---|---|---|
committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-03-10 10:03:29 -0500 |
commit | 9b1f94bb6ac07d6f2147443046f275523094b877 (patch) | |
tree | b2162a1c7c38d09448366baaa74398154837346a /meta-python/recipes-devtools/python/python3-bitarray_2.4.0.bb | |
parent | 4700abe43824ad50c9731e60f5ea9357ac5606f7 (diff) | |
download | meta-openembedded-9b1f94bb6ac07d6f2147443046f275523094b877.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitarray_2.4.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_2.4.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.4.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.4.0.bb new file mode 100644 index 0000000000..39d1618cb1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.4.0.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "A high-level Python efficient arrays of booleans -- C extension" | ||
2 | HOMEPAGE = "https://github.com/ilanschnell/bitarray" | ||
3 | LICENSE = "PSF-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" | ||
5 | |||
6 | SRC_URI[sha256sum] = "f1203e902d51df31917d77eeba9c3fe78d032873a2ad78c737e26420f0080e58" | ||
7 | |||
8 | inherit setuptools3 pypi | ||
9 | |||
10 | BBCLASSEXTEND = "native nativesdk" | ||