dev-python/pytlv - 0.71 (pentoo)

Search

Install

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

Package Information

Description:
TLV (tag length value) data parser
Homepage:
https://github.com/timgabets/pytlv https://pypi.org/project/pytlv/
License:
LGPL-2

Ebuild Details

Version EAPI Keywords Slot
0.71 8 ~amd64 0
View Raw Ebuild
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
}

Inherited Eclasses