From bcc6560e8797a12125f07484ee14e28eaeb7aad6 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 19 Dec 2022 00:50:47 +0000 Subject: Adding metadata --- dev-python/bitarray/metadata.xml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'dev-python/bitarray/metadata.xml') diff --git a/dev-python/bitarray/metadata.xml b/dev-python/bitarray/metadata.xml index 8c13774b89aa..4a2d7011a660 100644 --- a/dev-python/bitarray/metadata.xml +++ b/dev-python/bitarray/metadata.xml @@ -2,20 +2,24 @@ - dev@liguros.net - Development + sci@gentoo.org + Gentoo Science Project + + + python@gentoo.org + Python -This module provides an object type which efficiently represents an array of -booleans. Bitarrays are sequence types and behave very much like usual lists. -Eight bits are represented by one byte in a contiguous block of memory. The -user can select between two representations; little-endian and big-endian. -Most of the functionality is implemented in C. Methods for accessing the -machine representation are provided. This can be useful when bit level access -to binary files is required, such as portable bitmap image files (.pbm). Also, -when dealing with compressed data which uses variable bit length encoding, -you may find this module useful. - + This module provides an object type which efficiently represents an array of + booleans. Bitarrays are sequence types and behave very much like usual lists. + Eight bits are represented by one byte in a contiguous block of memory. The + user can select between two representations; little-endian and big-endian. + Most of the functionality is implemented in C. Methods for accessing the + machine representation are provided. This can be useful when bit level access + to binary files is required, such as portable bitmap image files (.pbm). Also, + when dealing with compressed data which uses variable bit length encoding, + you may find this module useful. + - ports + gentoo-staging \ No newline at end of file -- cgit v1.3.1