From 56c56857e0335e5ddb8d4cc08f34f8182af01710 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 6 Mar 2018 19:36:19 +0000 Subject: app-crypt/trezorctl: Version bump Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- app-crypt/trezorctl/Manifest | 2 +- app-crypt/trezorctl/trezorctl-0.7.16.ebuild | 30 --------------------------- app-crypt/trezorctl/trezorctl-0.9.1.ebuild | 32 +++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 31 deletions(-) delete mode 100644 app-crypt/trezorctl/trezorctl-0.7.16.ebuild create mode 100644 app-crypt/trezorctl/trezorctl-0.9.1.ebuild (limited to 'app-crypt') 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.7.16.ebuild deleted file mode 100644 index fc9e6bb8..00000000 --- a/app-crypt/trezorctl/trezorctl-0.7.16.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -inherit distutils-r1 bash-completion-r1 - -DESCRIPTION="Client side implementation for TREZOR-compatible Bitcoin hardware wallets" -HOMEPAGE="https://trezor.io/" -SRC_URI="https://github.com/trezor/python-trezor/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -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}]" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/python-trezor-${PV}" - -python_install_all() { - newbashcomp bash_completion.d/trezorctl.sh "${PN}" - distutils-r1_python_install_all -} diff --git a/app-crypt/trezorctl/trezorctl-0.9.1.ebuild b/app-crypt/trezorctl/trezorctl-0.9.1.ebuild new file mode 100644 index 00000000..ad8d1438 --- /dev/null +++ b/app-crypt/trezorctl/trezorctl-0.9.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +inherit distutils-r1 bash-completion-r1 + +DESCRIPTION="Client side implementation for TREZOR-compatible Bitcoin hardware wallets" +HOMEPAGE="https://trezor.io/" +SRC_URI="https://github.com/trezor/python-trezor/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=dev-python/ecdsa-0.9[${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/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}" + +python_install_all() { + newbashcomp bash_completion.d/trezorctl.sh "${PN}" + distutils-r1_python_install_all +} -- cgit v1.2.3