summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2018-03-06 19:36:19 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2018-03-18 14:25:36 +0000
commit56c56857e0335e5ddb8d4cc08f34f8182af01710 (patch)
treec171e6f928e8088a267891eaff027b8d301fba93 /app-crypt
parentprofiles/common: Handle /usr/share/help as /usr/share/locale (diff)
downloadportage-56c56857e0335e5ddb8d4cc08f34f8182af01710.tar.xz
app-crypt/trezorctl: Version bump
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/trezorctl/Manifest2
-rw-r--r--app-crypt/trezorctl/trezorctl-0.9.1.ebuild (renamed from app-crypt/trezorctl/trezorctl-0.7.16.ebuild)10
2 files changed, 7 insertions, 5 deletions
diff --git a/app-crypt/trezorctl/Manifest b/app-crypt/trezorctl/Manifest
index e1c1e82c..ebb0adfc 100644
--- a/app-crypt/trezorctl/Manifest
+++ b/app-crypt/trezorctl/Manifest
@@ -1 +1 @@
-DIST trezorctl-0.7.16.tar.gz 111602 BLAKE2B 7c8a7b8c56b22d155203d43f996d12a643d7f796d86e7db2d406bcb6a35be991ae0de6ae60f50cd9186ad219cf1924a755e647a4b2b57b0bb206fb8552e931d2 SHA512 2b91a72228cb6ffa13bb46fec58474d37ace6c774855f5b82dc9cf68ca6f0fbe1c5a61827851282c8d0eee9719adf9a25e05ce93cff34238bbc8d0abb317102e
+DIST trezorctl-0.9.1.tar.gz 211046 BLAKE2B 9ae80b4b02cd093f64cc85e7fc3a897c057589ac2ed8f58f1f030039c0b917d628a7023e1ce8d8e12fb8110e59aa5ddf0274094acae38e7ad085cc20ff1fa6a7 SHA512 48f4248ade97acf831d2fea3809db61a7d32e3179fd27d61bac8d0acffa8a00e54605af033306072136128f63163d21624422984321b7388bce1e1b75a08c483
diff --git a/app-crypt/trezorctl/trezorctl-0.7.16.ebuild b/app-crypt/trezorctl/trezorctl-0.9.1.ebuild
index fc9e6bb8..ad8d1438 100644
--- a/app-crypt/trezorctl/trezorctl-0.7.16.ebuild
+++ b/app-crypt/trezorctl/trezorctl-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,14 +12,16 @@ SRC_URI="https://github.com/trezor/python-trezor/archive/v${PV}.tar.gz -> ${P}.t
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
IUSE=""
RDEPEND=">=dev-python/ecdsa-0.9[${PYTHON_USEDEP}]
- >=dev-python/protobuf-python-3.1.0[${PYTHON_USEDEP}]
>=dev-python/mnemonic-0.17[${PYTHON_USEDEP}]
>=dev-python/hidapi-0.7.99_p20[${PYTHON_USEDEP}]
- >=dev-python/requests-2.4.0[${PYTHON_USEDEP}]"
+ >=dev-python/requests-2.4.0[${PYTHON_USEDEP}]
+ >=dev-python/click-6.2[${PYTHON_USEDEP}]
+ >=dev-python/pyblake2-0.9.3[${PYTHON_USEDEP}]
+ >=dev-python/libusb1-1.6.4[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
S="${WORKDIR}/python-trezor-${PV}"