summaryrefslogtreecommitdiff
path: root/dev-python/cbor/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cbor/metadata.xml')
-rw-r--r--dev-python/cbor/metadata.xml27
1 files changed, 12 insertions, 15 deletions
diff --git a/dev-python/cbor/metadata.xml b/dev-python/cbor/metadata.xml
index bf5751841912..8930fc749154 100644
--- a/dev-python/cbor/metadata.xml
+++ b/dev-python/cbor/metadata.xml
@@ -1,19 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>dolsen@gentoo.org</email>
- <name>Brian Dolbec</name>
- </maintainer>
- <upstream>
- <maintainer>
- <email>bolson@bolson.org</email>
- <name>Brian Olson</name>
- </maintainer>
- <remote-id type="pypi">cbor</remote-id>
- <remote-id type="github">brianolson/cbor_py</remote-id>
- </upstream>
- <longdescription>An implementation of RFC 7049 - Concise Binary Object
+ <maintainer type="person">
+ <email>dolsen@gentoo.org</email>
+ <name>Brian Dolbec</name>
+ </maintainer>
+ <longdescription>An implementation of RFC 7049 - Concise Binary Object
Representation (CBOR). CBOR is comparable to JSON, has a superset of
JSON's ability, but serializes to a binary format which is smaller and
faster to generate and parse. The two primary functions are
@@ -22,4 +14,9 @@
C-accelerated implementanion of JSON. This is also includes a 100%
Python implementation.
</longdescription>
-</pkgmetadata>
+ <upstream>
+ <remote-id type="pypi">cbor</remote-id>
+ <remote-id type="github">brianolson/cbor_py</remote-id>
+ </upstream>
+ <origin>gentoo-staging</origin>
+</pkgmetadata> \ No newline at end of file