summaryrefslogtreecommitdiff
path: root/dev-python/bitarray/metadata.xml
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-12-19 00:50:47 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-12-19 00:50:47 +0000
commitbcc6560e8797a12125f07484ee14e28eaeb7aad6 (patch)
treea6ed791e1a855e270db223a3fd0df2223fa04e2f /dev-python/bitarray/metadata.xml
parent5fff304c723371cacda6891bc62b5a505de7f39a (diff)
downloadbaldeagleos-repo-bcc6560e8797a12125f07484ee14e28eaeb7aad6.tar.gz
baldeagleos-repo-bcc6560e8797a12125f07484ee14e28eaeb7aad6.tar.xz
baldeagleos-repo-bcc6560e8797a12125f07484ee14e28eaeb7aad6.zip
Adding metadata
Diffstat (limited to 'dev-python/bitarray/metadata.xml')
-rw-r--r--dev-python/bitarray/metadata.xml30
1 files changed, 17 insertions, 13 deletions
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 @@
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
- <email>dev@liguros.net</email>
- <name>Development</name>
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <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>
- <origin>ports</origin>
+ <origin>gentoo-staging</origin>
</pkgmetadata> \ No newline at end of file