diff options
| author | Petr Vaněk <arkamar@atlas.cz> | 2022-10-18 17:10:11 +0200 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2022-10-20 04:52:04 +0100 |
| commit | 383a589ddbc183bad91cd7e441dbea8de0c3f600 (patch) | |
| tree | 4557b28f5e98d36af6221c277c93085880e86982 /dev-python/bitarray | |
| parent | c8aa4e0681d13aa28cad733d97e6c64258d7832c (diff) | |
| download | gentoo-383a589ddbc183bad91cd7e441dbea8de0c3f600.tar.gz gentoo-383a589ddbc183bad91cd7e441dbea8de0c3f600.tar.bz2 gentoo-383a589ddbc183bad91cd7e441dbea8de0c3f600.zip | |
dev-python/bitarray: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/bitarray')
| -rw-r--r-- | dev-python/bitarray/metadata.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dev-python/bitarray/metadata.xml b/dev-python/bitarray/metadata.xml index fb88a275d37c..89e2ff60e023 100644 --- a/dev-python/bitarray/metadata.xml +++ b/dev-python/bitarray/metadata.xml @@ -10,16 +10,16 @@ <name>Python</name> </maintainer> <longdescription> -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. -</longdescription> + 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. + </longdescription> <upstream> <remote-id type="pypi">bitarray</remote-id> <remote-id type="github">ilanschnell/bitarray</remote-id> |
