summaryrefslogtreecommitdiff
path: root/dev-python/btchip-python/btchip-python-0.1.32.ebuild
blob: 5fdf8ac0032e661cd020d30c9722b113f2ee8fda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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}"