Files
guru/dev-python/nkdfu/nkdfu-0.2.ebuild
James Le Cuirot 48b694a005 dev-python/nkdfu: Drop ~x86 keyword
The libusb1 dependency now lacks it.

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2025-03-07 13:09:03 +00:00

24 lines
617 B
Bash

# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_11 )
inherit distutils-r1
DESCRIPTION="Python DFU tool for updating Nitrokeys' firmware"
HOMEPAGE="https://pypi.org/project/nkdfu/"
SRC_URI="https://github.com/Nitrokey/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/intelhex-2.3.0[${PYTHON_USEDEP}]
>=dev-python/libusb1-1.9.3[${PYTHON_USEDEP}]
dev-python/python-fire[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
"