diff options
author | 2023-10-21 05:38:09 +0200 | |
---|---|---|
committer | 2023-10-21 05:38:09 +0200 | |
commit | 8a13a20c2f47a922d51b26bb714fd5cbadef6d7c (patch) | |
tree | 4dcf66d7a0d337eb87bd4b9c458923dd1855c104 /dev-python/cbor2/metadata.xml | |
parent | dev-python/pytest-skip-markers: Enable py3.12 (diff) | |
download | gentoo-8a13a20c2f47a922d51b26bb714fd5cbadef6d7c.tar.gz gentoo-8a13a20c2f47a922d51b26bb714fd5cbadef6d7c.tar.bz2 gentoo-8a13a20c2f47a922d51b26bb714fd5cbadef6d7c.zip |
dev-python/cbor2: Bump to 5.5.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cbor2/metadata.xml')
-rw-r--r-- | dev-python/cbor2/metadata.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/cbor2/metadata.xml b/dev-python/cbor2/metadata.xml index 50a3d751d1f8..957e87f7ed85 100644 --- a/dev-python/cbor2/metadata.xml +++ b/dev-python/cbor2/metadata.xml @@ -17,6 +17,12 @@ <remote-id type="pypi">cbor2</remote-id> <remote-id type="github">agronholm/cbor2</remote-id> </upstream> + <use> + <flag name="native-extensions"> + Compiles native "C" extensions (speedups, instead of using python + fallback code). + </flag> + </use> <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 |