mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
22 lines
347 B
Bash
22 lines
347 B
Bash
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
|
|
}
|