# Copyright 2019-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="Python communication library for Ledger Hardware Wallet products" HOMEPAGE="https://github.com/LedgerHQ/btchip-python" SRC_URI="https://github.com/LedgerHQ/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" DEPEND=">=dev-python/hidapi-0.7.99:=[${PYTHON_USEDEP}] >=dev-python/ecdsa-0.9:=[${PYTHON_USEDEP}] >=dev-python/pyscard-1.6.12:=[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}"