Install this package:
emerge -a dev-python/python-neo-lzf
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-python/python-neo-lzf
Or alternatively:
emerge --autounmask-write -a dev-python/python-neo-lzf
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.5 | 8 | ~amd64 ~x86 | 0 |
<pkgmetadata> <maintainer type="person"> <email>universebenzene@sina.com</email> <name>Astro Benzene</name> </maintainer> <longdescription lang="en"> This package is just a straight translation of the C api of liblzf to python. It has two functions: compress() and decompress(). compress() accepts a string to compress and an optional maximum length for the output. If it cannot compress the string down to the requested size is to return None. The default behavior if no size is explicitly requested is to use one less than the length of the input, so the caller must always be prepared decompress() accepts a string and a size in which the uncompressed result must fit. If the uncompressed version doesn't fit in the specified size then the function returns None. </longdescription> <upstream> <remote-id type="pypi">python-neo-lzf</remote-id> <remote-id type="github">FledgeXu/python-neo-lzf</remote-id> </upstream> </pkgmetadata>
| Type | File | Size | Versions |
|---|
| Type | File | Size |
|---|---|---|
| AUX | python-neo-lzf-0.3.5-devendor-liblzf.patch | 437 bytes |
| DIST | python-neo-lzf-0.3.5-test.py | 1557 bytes |
| DIST | python_neo_lzf-0.3.5.tar.gz | 10718 bytes |
| DIST | python_neo_lzf-0.3.5.tar.gz.provenance | 9560 bytes |
| EBUILD | python-neo-lzf-0.3.5.ebuild | 907 bytes |
| MISC | metadata.xml | 1077 bytes |