Files
guru/dev-python/nkdfu/nkdfu-0.2.ebuild
Mårten Wadenbäck b276fe33f1 dev-python/nkdfu: Removed python3_11 compat
Signed-off-by: Mårten Wadenbäck <spamfilter-1@wadenback.se>
2023-03-05 19:49:45 +01:00

25 lines
628 B
Bash

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_10 )
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 ~x86"
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}]
"
BDEPEND=""