mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-python/bitbox02: version bump to 5.0.0
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Zuber <a.zuber@gmx.ch>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST bitbox02-4.1.0.tar.gz 49519 BLAKE2B 07878b1f65361f512e0067cdfb38208194c79b75a19b871de928af3ed77f8d7762eee92b476ef605a38a3755eca256d17a65d770a2f63f0cade8ff93028616a7 SHA512 affaf2c0f40805c37062eebab2a12174fb9f0094f0054ecba4273a906f24341efdc405dad81a20adb411d9656101afa323fc44ada40112f29107f268a6d42717
|
||||
DIST bitbox02-5.0.0.tar.gz 51158 BLAKE2B 16d068e6c649bb89e4b3bb72e1c9b5efb7c6f777e5e3123b1194c99c83ea8fea7305e07254c01b124625a6271e63406cec84f4a972293bed912e50f2441c807e SHA512 02af9bb708f9cbf3dbd2bd91c8c62992b543563edc3e3c5a3968594626e10f5cded3c8d57cbcee6d5eb2600c208ee6c6fd1886532e11e735269329e874a0e7c1
|
||||
|
||||
26
dev-python/bitbox02/bitbox02-5.0.0.ebuild
Normal file
26
dev-python/bitbox02/bitbox02-5.0.0.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python API for communicating with the BitBox02 device"
|
||||
HOMEPAGE="https://github.com/digitalbitbox/bitbox02-firmware"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/base58-2.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ecdsa-0.13.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/hidapi-0.7.99[${PYTHON_USEDEP}]
|
||||
>=dev-python/noiseprotocol-0.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/protobuf-python-3.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/semver-2.8.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]"
|
||||
BDEPEND=""
|
||||
Reference in New Issue
Block a user