guru/dev-python/bitbox02/bitbox02-5.3.0.ebuild
Anna (cybertailor) Vyalkova 12b4cbc399
dev-python/bitbox02: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-17 17:58:34 +05:00

26 lines
721 B
Bash

# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_9 )
inherit distutils-r1 pypi
DESCRIPTION="Python API for communicating with the BitBox02 device"
HOMEPAGE="https://github.com/digitalbitbox/bitbox02-firmware"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
>=dev-python/base58-2.0.0[${PYTHON_USEDEP}]
>=dev-python/ecdsa-0.14.0[${PYTHON_USEDEP}]
>=dev-python/hidapi-0.7.99[${PYTHON_USEDEP}]
>=dev-python/noiseprotocol-0.3.0[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.7.0[${PYTHON_USEDEP}]
>=dev-python/semver-2.8.1[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]"
BDEPEND=""