dev-python/nkdfu - 0.2 (guru)

Search

Install

Install this version:

emerge -a =dev-python/nkdfu-0.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/nkdfu-0.2

Or alternatively:

emerge --autounmask-write -a =dev-python/nkdfu-0.2

Package Information

Description:
Python DFU tool for updating Nitrokey firmware
Homepage:
https://github.com/Nitrokey/nkdfu
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# officially supports only py3.11 but works on newer too
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1

DESCRIPTION="Python DFU tool for updating Nitrokey firmware"
HOMEPAGE="https://github.com/Nitrokey/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}]
"

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/intelhex-2.3.0[]
	>=dev-python/libusb1-1.9.3[]
	dev-python/python-fire[]
	dev-python/tqdm[]

Manifest for 0.2

Type File Size Source URLs
DIST nkdfu-0.2.gh.tar.gz 16046 bytes https://github.com/Nitrokey/nkdfu/archive/refs/tags/v0.2.tar.gz