Gentoo Archives: gentoo-commits

From: Andreas Zuber <a.zuber@×××.ch>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/bitbox02/
Date: Mon, 01 Feb 2021 05:23:17
Message-Id: 1612156801.178371449c23c61bfd90d832e233d7414065cd72.AndreasZuber@gentoo
1 commit: 178371449c23c61bfd90d832e233d7414065cd72
2 Author: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
3 AuthorDate: Mon Feb 1 05:20:01 2021 +0000
4 Commit: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
5 CommitDate: Mon Feb 1 05:20:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17837144
7
8 dev-python/bitbox02: version bump to 5.2.0
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>
12
13 dev-python/bitbox02/Manifest | 1 +
14 dev-python/bitbox02/bitbox02-5.2.0.ebuild | 26 ++++++++++++++++++++++++++
15 2 files changed, 27 insertions(+)
16
17 diff --git a/dev-python/bitbox02/Manifest b/dev-python/bitbox02/Manifest
18 index 8f073a09..711327c3 100644
19 --- a/dev-python/bitbox02/Manifest
20 +++ b/dev-python/bitbox02/Manifest
21 @@ -1 +1,2 @@
22 DIST bitbox02-5.1.0.tar.gz 51297 BLAKE2B 8450cbc4b040cc5b9d9923cff5c2f07e6819032a9fe1b54a108b6bc7a1571535c0930ec8f63a2c13c9abe098d7ba1c6c3f0e138caf1220ab484248cf164a18d4 SHA512 2088d8a93172a5d8a233c1dd0b73d08182d9828f7a799273cae3665b49751edd98660f305c3e8dad0df10300f2ebe38a1233498fe43ee40647a2b0a242bb2096
23 +DIST bitbox02-5.2.0.tar.gz 53182 BLAKE2B 6794c5c6c8b269316f6ec851b0dfa3646a39bd53e5be8e1364f4e2d8706ff545f43793734cd96339f6761120f3ceb813c871c6e7b847439c2669cc2a4bf89970 SHA512 8c804c3ad09308f599cc45ba62a9db43e16f5f4a5a7de848b5e67f8f8f224832792da038ccdb7f91a4fac159c774080df3b44c9ab21ff9525cf9dec231d8ec3f
24
25 diff --git a/dev-python/bitbox02/bitbox02-5.2.0.ebuild b/dev-python/bitbox02/bitbox02-5.2.0.ebuild
26 new file mode 100644
27 index 00000000..789b578c
28 --- /dev/null
29 +++ b/dev-python/bitbox02/bitbox02-5.2.0.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{7,8,9} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Python API for communicating with the BitBox02 device"
40 +HOMEPAGE="https://github.com/digitalbitbox/bitbox02-firmware"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE=""
47 +
48 +RDEPEND="
49 + >=dev-python/base58-2.0.0[${PYTHON_USEDEP}]
50 + >=dev-python/ecdsa-0.14.0[${PYTHON_USEDEP}]
51 + >=dev-python/hidapi-0.7.99[${PYTHON_USEDEP}]
52 + >=dev-python/noiseprotocol-0.3.0[${PYTHON_USEDEP}]
53 + >=dev-python/protobuf-python-3.7.0[${PYTHON_USEDEP}]
54 + >=dev-python/semver-2.8.1[${PYTHON_USEDEP}]
55 + >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]"
56 +BDEPEND=""