diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/bitarray/metadata.xml | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/bitarray/metadata.xml')
| -rw-r--r-- | dev-python/bitarray/metadata.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/bitarray/metadata.xml b/dev-python/bitarray/metadata.xml deleted file mode 100644 index 89e2ff60e023..000000000000 --- a/dev-python/bitarray/metadata.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <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> - <upstream> - <remote-id type="pypi">bitarray</remote-id> - <remote-id type="github">ilanschnell/bitarray</remote-id> - </upstream> -</pkgmetadata> |
