diff options
Diffstat (limited to 'dev-python/cbor2')
| -rw-r--r-- | dev-python/cbor2/metadata.xml | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/dev-python/cbor2/metadata.xml b/dev-python/cbor2/metadata.xml index b7664ff5cbae..29a64d65b9ea 100644 --- a/dev-python/cbor2/metadata.xml +++ b/dev-python/cbor2/metadata.xml @@ -1,23 +1,20 @@ <?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">cbor2</remote-id> - <remote-id type="github">agronholm/cbor2</remote-id> - </upstream> - <longdescription>This library provides encoding and decoding for the + <maintainer type="person"> + <email>dolsen@gentoo.org</email> + <name>Brian Dolbec</name> + </maintainer> + <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>=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> -</pkgmetadata> + <upstream> + <remote-id type="pypi">cbor2</remote-id> + <remote-id type="github">agronholm/cbor2</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
