# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Shamir's Secret-Sharing for Mnemonic Codes" HOMEPAGE="https://github.com/trezor/python-shamir-mnemonic" SRC_URI="https://github.com/trezor/python-shamir-mnemonic/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" DEPEND="dev-python/attrs[${PYTHON_USEDEP}] dev-python/click[${PYTHON_USEDEP}] dev-python/colorama[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" S="${WORKDIR}/python-${P}" distutils_enable_tests pytest