From ae43cbca2a522afed1966f4f2259b1b1325d1438 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Wed, 27 Jun 2018 01:17:23 +0100 Subject: app-crypt/trezorctl: Version bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- app-crypt/trezorctl/Manifest | 2 +- app-crypt/trezorctl/trezorctl-0.10.2.ebuild | 32 +++++++++++++++++++++++++++++ app-crypt/trezorctl/trezorctl-0.9.1.ebuild | 32 ----------------------------- 3 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 app-crypt/trezorctl/trezorctl-0.10.2.ebuild delete 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 ebb0adfc..dbdd531b 100644 --- a/app-crypt/trezorctl/Manifest +++ b/app-crypt/trezorctl/Manifest @@ -1 +1 @@ -DIST trezorctl-0.9.1.tar.gz 211046 BLAKE2B 9ae80b4b02cd093f64cc85e7fc3a897c057589ac2ed8f58f1f030039c0b917d628a7023e1ce8d8e12fb8110e59aa5ddf0274094acae38e7ad085cc20ff1fa6a7 SHA512 48f4248ade97acf831d2fea3809db61a7d32e3179fd27d61bac8d0acffa8a00e54605af033306072136128f63163d21624422984321b7388bce1e1b75a08c483 +DIST trezorctl-0.10.2.tar.gz 254192 BLAKE2B 39d1d282178a8e85d1f28b7c76a35919b9500ec9e4cacc80e5becb226f9f36207fbc22eb4ef85b95ba13d8518278a72a4013e8a16aecd98d29858b2fbef13915 SHA512 ec73c2ab75ddbff85fea014a5ad2988b8417fecc28188d33b4f66a444920e88f3f64e7b1973ac149c51545120da8b3acc1890626178372302ea2133f922f349c diff --git a/app-crypt/trezorctl/trezorctl-0.10.2.ebuild b/app-crypt/trezorctl/trezorctl-0.10.2.ebuild new file mode 100644 index 00000000..e4afedbe --- /dev/null +++ b/app-crypt/trezorctl/trezorctl-0.10.2.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{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="LGPL-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 +} diff --git a/app-crypt/trezorctl/trezorctl-0.9.1.ebuild b/app-crypt/trezorctl/trezorctl-0.9.1.ebuild deleted file mode 100644 index ad8d1438..00000000 --- a/app-crypt/trezorctl/trezorctl-0.9.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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