Install this version:
emerge -a =dev-python/pytlv-0.71
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pytlv-0.71
Or alternatively:
emerge --autounmask-write -a =dev-python/pytlv-0.71
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.71 | 8 | ~amd64 | 0 |
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi
DESCRIPTION="TLV (tag length value) data parser"
HOMEPAGE="
https://github.com/timgabets/pytlv
https://pypi.org/project/pytlv/
"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64"
DOCS=( README.md )
python_test() {
eunittest -s pytlv
}