diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2016-08-30 17:00:53 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-08-30 18:17:40 -0700 |
commit | 857befe88a57c0f16dad6ef500145ac3aeff8756 (patch) | |
tree | 25d3dadcca8624b270ecb0da8d15b560529a70c8 /dev-python/cbor/metadata.xml | |
parent | dev-python/numpy: disable "fix" for bug 590464 (diff) | |
download | gentoo-857befe88a57c0f16dad6ef500145ac3aeff8756.tar.gz gentoo-857befe88a57c0f16dad6ef500145ac3aeff8756.tar.bz2 gentoo-857befe88a57c0f16dad6ef500145ac3aeff8756.zip |
dev-python/cbor: New pkg, new dep of dev-python/autobahn-0.16.0
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/cbor/metadata.xml')
-rw-r--r-- | dev-python/cbor/metadata.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/cbor/metadata.xml b/dev-python/cbor/metadata.xml new file mode 100644 index 000000000000..297c81efa836 --- /dev/null +++ b/dev-python/cbor/metadata.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>dol-sen@gentoo.org</email> + <description>Primary maintainer</description> + </maintainer> + <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">cbor</remote-id> + </upstream> + <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 + cbor.loads() and cbor.dumps(). This library includes a C implementation + which runs 3-5 times faster than the Python standard library's + C-accelerated implementanion of JSON. This is also includes a 100% + Python implementation. + </longdescription> +</pkgmetadata> |