dev-python/nkdfu: new package, add 0.2

Signed-off-by: Mårten Wadenbäck <spamfilter-1@wadenback.se>
This commit is contained in:
Mårten Wadenbäck
2023-03-05 01:08:30 +01:00
parent 093a70902c
commit 655af63947
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# 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,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 ~x86"
RDEPEND="
>=dev-python/intelhex-2.3.0
>=dev-python/libusb1-1.9.3
dev-python/python-fire
dev-python/tqdm
"
BDEPEND=""