dev-python/msgpack: version bump to 0.5.6.

Add native-extensions USE flag to conditionally disable C extensions.

Closes: https://github.com/gentoo/gentoo/pull/7176
This commit is contained in:
Aric Belsito
2018-02-13 15:11:15 -08:00
committed by Patrice Clement
parent 879e37bb51
commit fb6a4f4464
3 changed files with 48 additions and 0 deletions

View File

@@ -9,4 +9,10 @@
<remote-id type="pypi">msgpack-python</remote-id>
<remote-id type="github">msgpack/msgpack-python</remote-id>
</upstream>
<use>
<flag name="native-extensions">
Compiles native "C" extensions (speedups, instead of using python
fallback code).
</flag>
</use>
</pkgmetadata>