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:
Petr Vaněk 2022-10-18 17:10:11 +02:00 committed by Sam James
parent c8aa4e0681
commit 383a589ddb
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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>