mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-22 06:17:15 +00:00
db3a1462af
Changelog:
===========
* add '.rotate()' method, rotate bitarray in-place by 'k' positions
* expose the 'decodeiterator' class, and add '.skipbits()' method
as well as '.index' data descriptor, see #252
* fix 'random_p()' silently producing all-zero bitarrays for small 'n'
when 'p=float("nan")'
* improve integer argument handling in 'util.random_k()',
'util.gen_primes()', 'util.pprint()' and 'util.int2ba()'
* add 'python_requires >= 3.7' to package metadata
* improve testing - use more of 'unittest''s functionality
* add [Rule 90 example](../examples/rule90.py)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
12 lines
473 B
BlitzBasic
12 lines
473 B
BlitzBasic
SUMMARY = "efficient arrays of booleans -- C extension"
|
|
DESCRIPTION = "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=6abe80c028e4ee53045a33ae807c64fd"
|
|
|
|
SRC_URI[sha256sum] = "af5f91e61d868c8f457f66cd726ef31d69264f71edbaccd70fdbb13548c1d652"
|
|
|
|
inherit python_setuptools_build_meta pypi
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|