# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_1{0,1,2} )
inherit distutils-r1 pypi

DESCRIPTION="A combined disassembler/static analysis/symbolic execution/debugger framework."
HOMEPAGE="https://github.com/vivisect/vivisect"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-python/pyasn1
	dev-python/pyasn1-modules
	>=dev-python/cxxfilt-0.3.0
	>=dev-python/msgpack-1.0.8
	>=dev-python/pycparser-2.22
	>=dev-python/PyQt5-5.15.7
	>=dev-python/PyQtWebEngine-5.15.6"

distutils_enable_tests unittest