diff options
author | nomnombtc <nomnombtc@arcor.de> | 2025-08-11 21:20:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-11 22:04:14 +0700 |
commit | 8a2c07a85689e7f79890138e97624d266b08c062 (patch) | |
tree | 37b351a6ed92508fc25dc9d8a1f64b188c7ae2fb /python/python3-bitarray/python3-bitarray.info | |
parent | 535c893d167b5c4bba35ab166e70ac4499c76e47 (diff) |
python/python3-bitarray: Added (efficient arrays of booleans).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-bitarray/python3-bitarray.info')
-rw-r--r-- | python/python3-bitarray/python3-bitarray.info | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-bitarray/python3-bitarray.info b/python/python3-bitarray/python3-bitarray.info new file mode 100644 index 0000000000..911d14a39c --- /dev/null +++ b/python/python3-bitarray/python3-bitarray.info @@ -0,0 +1,10 @@ +PRGNAM="python3-bitarray" +VERSION="3.6.0" +HOMEPAGE="https://github.com/ilanschnell/bitarray" +DOWNLOAD="https://pypi.python.org/packages/source/b/bitarray/bitarray-3.6.0.tar.gz" +MD5SUM="bd379d3383f4ec75910668d05b085d6e" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="python3-build python3-wheel" +MAINTAINER="nomnombtc" +EMAIL="nomnombtc@arcor.de" |