From 563d04a108a8ff350b1273e7351eb43afee0dde9 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Mon, 17 Jun 2019 23:52:15 +0100 Subject: dev-python/trezor: Python client for communicating with TREZOR Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- app-crypt/trezorctl/Manifest | 1 - app-crypt/trezorctl/metadata.xml | 8 -------- app-crypt/trezorctl/trezorctl-0.10.2.ebuild | 32 ----------------------------- 3 files changed, 41 deletions(-) delete mode 100644 app-crypt/trezorctl/Manifest delete mode 100644 app-crypt/trezorctl/metadata.xml delete mode 100644 app-crypt/trezorctl/trezorctl-0.10.2.ebuild (limited to 'app-crypt') diff --git a/app-crypt/trezorctl/Manifest b/app-crypt/trezorctl/Manifest deleted file mode 100644 index dbdd531b..00000000 --- a/app-crypt/trezorctl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST trezorctl-0.10.2.tar.gz 254192 BLAKE2B 39d1d282178a8e85d1f28b7c76a35919b9500ec9e4cacc80e5becb226f9f36207fbc22eb4ef85b95ba13d8518278a72a4013e8a16aecd98d29858b2fbef13915 SHA512 ec73c2ab75ddbff85fea014a5ad2988b8417fecc28188d33b4f66a444920e88f3f64e7b1973ac149c51545120da8b3acc1890626178372302ea2133f922f349c diff --git a/app-crypt/trezorctl/metadata.xml b/app-crypt/trezorctl/metadata.xml deleted file mode 100644 index 82f7232e..00000000 --- a/app-crypt/trezorctl/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - bertrand@jacquin.bzh - Bertrand Jacquin - - diff --git a/app-crypt/trezorctl/trezorctl-0.10.2.ebuild b/app-crypt/trezorctl/trezorctl-0.10.2.ebuild deleted file mode 100644 index e4afedbe..00000000 --- a/app-crypt/trezorctl/trezorctl-0.10.2.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{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 -} -- cgit v1.2.3