summaryrefslogtreecommitdiff
path: root/dev-python/cbor2
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-05-31 21:30:14 -0500
committerroot <root@alpha.trunkmasters.com>2026-05-31 21:30:14 -0500
commit7d009d2bc561a2df178eac5df75421e4bb4c6b62 (patch)
tree565722a7aadd75a31d89afcb22a04abea1bffb17 /dev-python/cbor2
parent2c156b24300b45a66e20e90fe26d2837c2b1ea7d (diff)
downloadbaldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.gz
baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.xz
baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.zip
Adding metadata
Diffstat (limited to 'dev-python/cbor2')
-rw-r--r--dev-python/cbor2/metadata.xml41
1 files changed, 21 insertions, 20 deletions
diff --git a/dev-python/cbor2/metadata.xml b/dev-python/cbor2/metadata.xml
index 5e08aa95399e..f4524de20165 100644
--- a/dev-python/cbor2/metadata.xml
+++ b/dev-python/cbor2/metadata.xml
@@ -1,28 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription>This library provides encoding and decoding for the
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <email>bolson@bolson.org</email>
+ <name>Brian Olson</name>
+ </maintainer>
+ <remote-id type="pypi">cbor2</remote-id>
+ <remote-id type="github">agronholm/cbor2</remote-id>
+ </upstream>
+ <use>
+ <flag name="native-extensions">
+ Compiles native "C" extensions (speedups, instead of using python
+ fallback code).
+ </flag>
+ </use>
+ <longdescription>This library provides encoding and decoding for the
Concise Binary Object Representation (CBOR) (RFC 7049) serialization format.
It is implemented in pure python with an optional C backend and is compatible
with versions 2.7 through to 3.8. On cPython&gt;=3.3 cbor2 can use a built in C
module for performance similar to how pickle wraps the _pickle C module in the
Python Standard Library.
</longdescription>
- <upstream>
- <maintainer>
- <email>bolson@bolson.org</email>
- <name>Brian Olson</name>
- </maintainer>
- </upstream>
- <use>
- <flag name="native-extensions">
- Compiles native "C" extensions (speedups, instead of using python
- fallback code).
- </flag>
- </use>
- <origin>liguros-repo</origin>
-</pkgmetadata> \ No newline at end of file
+</pkgmetadata>