summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/bitarray/metadata.xml')
-rw-r--r--dev-python/bitarray/metadata.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/dev-python/bitarray/metadata.xml b/dev-python/bitarray/metadata.xml
index a2a0e40b9ab6..89e2ff60e023 100644
--- a/dev-python/bitarray/metadata.xml
+++ b/dev-python/bitarray/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
@@ -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>