mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
dev-python/nkdfu: new package, add 0.2
Signed-off-by: Mårten Wadenbäck <spamfilter-1@wadenback.se>
This commit is contained in:
1
dev-python/nkdfu/Manifest
Normal file
1
dev-python/nkdfu/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST nkdfu-0.2.gh.tar.gz 16046 BLAKE2B dbd01a333391ae94fccae6cf7cecccce2b742fcb91fab421208236cfa7576b1a31ebf21dd168813534c8ca401d964c12b73d340ddd8e6e6ca009257a1a306f5e SHA512 3b94b65115e84ca0a065746f92415d7be436484fd9a949ac841955ffd98a061ec7c9016f1d9bc05af1006fcfc2ca21a94f51a0d3a036c27945cf568b75cc7d58
|
||||
9
dev-python/nkdfu/metadata.xml
Normal file
9
dev-python/nkdfu/metadata.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<remote-id type="github">Nitrokey/nkdfu</remote-id>
|
||||
<remote-id type="pypi">nkdfu</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
24
dev-python/nkdfu/nkdfu-0.2.ebuild
Normal file
24
dev-python/nkdfu/nkdfu-0.2.ebuild
Normal 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=""
|
||||
Reference in New Issue
Block a user