diff options
| author | Derek Straka <derek@asterius.io> | 2023-12-21 15:44:32 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-22 06:39:32 -0800 |
| commit | 9723cc8de511f591727508c3435ca3d5e5b13369 (patch) | |
| tree | be3a4a260b88dc99b033bf0c45c5c1c6df6940af /meta-python/recipes-devtools/python/python3-bitarray_2.9.0.bb | |
| parent | b39c548100d8ffeec23a0dd45affcab6a2677874 (diff) | |
| download | meta-openembedded-9723cc8de511f591727508c3435ca3d5e5b13369.tar.gz | |
python3-bitarray: update to version 2.9.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bitarray_2.9.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bitarray_2.9.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.9.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.9.0.bb new file mode 100644 index 0000000000..e899c800b8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-bitarray_2.9.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "efficient arrays of booleans -- C extension" | ||
| 2 | DESCRIPTION = "A high-level Python efficient arrays of booleans -- C extension" | ||
| 3 | HOMEPAGE = "https://github.com/ilanschnell/bitarray" | ||
| 4 | LICENSE = "PSF-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "41f6b46f01bc59abfc38653d203565113b6e7dd04d0ec688774ed28e6d9755db" | ||
| 8 | |||
| 9 | inherit setuptools3 pypi | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
