mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
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>
This commit is contained in:
parent
c8aa4e0681
commit
383a589ddb
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user