Globally add missing remote ID references to metadata.xml
[gentoo.git] / dev-python / cbor / metadata.xml
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="person">
5                 <email>dolsen@gentoo.org</email>
6                 <description>Primary maintainer</description>
7         </maintainer>
8         <maintainer type="project">
9                 <email>python@gentoo.org</email>
10                 <name>Python</name>
11         </maintainer>
12         <upstream>
13                 <maintainer>
14                         <email>bolson@bolson.org</email>
15                         <name>Brian Olson</name>
16                 </maintainer>
17                 <remote-id type="pypi">cbor</remote-id>
18                 <remote-id type="bitbucket">bodhisnarkva/cbor</remote-id>
19         </upstream>
20         <longdescription>An implementation of RFC 7049 - Concise Binary Object
21                 Representation (CBOR).  CBOR is comparable to JSON, has a superset of
22                 JSON's ability, but serializes to a binary format which is smaller and
23                 faster to generate and parse.  The two primary functions are
24                 cbor.loads() and cbor.dumps().  This library includes a C implementation
25                 which runs 3-5 times faster than the Python standard library's
26                 C-accelerated implementanion of JSON. This is also includes a 100%
27                 Python implementation.
28         </longdescription>
29 </pkgmetadata>