diff options
author | 2020-05-08 16:59:01 -0700 | |
---|---|---|
committer | 2020-05-08 17:50:50 -0700 | |
commit | 4b6aede9bf1bd193903c5ad357587224c50560e6 (patch) | |
tree | 981313cd16d1534d8baa77e4698485439f763edb /dev-python/cbor2/metadata.xml | |
parent | dev-python/txaio: Version bump, Adds python 3.7, 3.8 (diff) | |
download | gentoo-4b6aede9bf1bd193903c5ad357587224c50560e6.tar.gz gentoo-4b6aede9bf1bd193903c5ad357587224c50560e6.tar.bz2 gentoo-4b6aede9bf1bd193903c5ad357587224c50560e6.zip |
dev-python/cbor2: New pkg, new dep of dev-python/autobahn-20.4.3
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-python/cbor2/metadata.xml')
-rw-r--r-- | dev-python/cbor2/metadata.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/cbor2/metadata.xml b/dev-python/cbor2/metadata.xml new file mode 100644 index 000000000000..77d7b556b447 --- /dev/null +++ b/dev-python/cbor2/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/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="bitbucket">bodhisnarkva/cbor</remote-id> + </upstream> + <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> |