gentoo/dev-python/cbor/metadata.xml
Brian Dolbec 3074eb67b6
dev-python/cbor: Fix test failure bug 719648
Adds trivial patches to main code, fixes test_cbor.py test_sortkeys()
wrongly assuming dictionary keys may not always be sorted when added
in sorted order.
Fix the test phase not finding the c extension module.
Update metadata.xml to github repo.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
2020-07-19 18:52:01 -07:00

26 lines
999 B
XML

<?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="github">brianolson/cbor_py</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>