From b789e3d5d97209217af0cef440db71dae7fbd840 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Wed, 2 Jun 2021 23:02:57 +0100 Subject: dev-python/trezor: version bump Package-Manager: Portage-3.0.18, Repoman-3.0.2 --- dev-python/trezor/Manifest | 2 +- dev-python/trezor/trezor-0.12.1.ebuild | 35 ---------------------------------- dev-python/trezor/trezor-0.12.2.ebuild | 35 ++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 dev-python/trezor/trezor-0.12.1.ebuild create mode 100644 dev-python/trezor/trezor-0.12.2.ebuild (limited to 'dev-python') diff --git a/dev-python/trezor/Manifest b/dev-python/trezor/Manifest index f8356750..5b3773cd 100644 --- a/dev-python/trezor/Manifest +++ b/dev-python/trezor/Manifest @@ -1 +1 @@ -DIST trezor-0.12.1.tar.gz 14611559 BLAKE2B 480e3b76fc681b58c04e8e1004e65288588732d4b07482e54712973352836001915cc69546671922a0754211d394d8b2e1c7fe7497426b7bc9b4a8d6f6280cae SHA512 097543ef83c4c990b82a33624d00cd745fc1e4e47169e81f8d3f76577e7b2f43cce69e5aea0b7f3aa89620af214bb365fb84aca4cfe49d17b65ecb7bdf73c71f +DIST trezor-0.12.2.tar.gz 14653943 BLAKE2B 9ae8d7a9191124d8f83cda2983e7b1de7ed281b9442a3327204eb0caf6a51333976468c2c1679fdb01d08494f9d4691cd7c5b501bb74961ca4a0f2b4f1c10a80 SHA512 917745e4e806f2bfff58fb4e6e2749b84a72554a2f8cd17a1898d294f5269fc1146d991ec3443154dc1da5b353619803e9e3db2c4dc5a7815626c5a7cdbf754b diff --git a/dev-python/trezor/trezor-0.12.1.ebuild b/dev-python/trezor/trezor-0.12.1.ebuild deleted file mode 100644 index 22bbf4c6..00000000 --- a/dev-python/trezor/trezor-0.12.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{3_7,3_8} ) -inherit distutils-r1 bash-completion-r1 - -DESCRIPTION="Python client for communicating with TREZOR Hardware Wallet" -HOMEPAGE="https://trezor.io" -SRC_URI="https://github.com/trezor/trezor-firmware/archive/python/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-python/ecdsa-0.9[${PYTHON_USEDEP}] - >=dev-python/mnemonic-0.17[${PYTHON_USEDEP}] - >=dev-python/shamir-mnemonic-0.1.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.4.0[${PYTHON_USEDEP}] - >=dev-python/click-7[${PYTHON_USEDEP}] - >=dev-python/libusb1-1.6.4[${PYTHON_USEDEP}] - >=dev-python/construct-2.9[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}] - >=dev-python/hidapi-0.7.99_p20[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" -BDEPEND="" - -S="${WORKDIR}/trezor-firmware-python-v${PV}/python" - -python_install_all() { - newbashcomp bash_completion.d/trezorctl.sh trezorctl - distutils-r1_python_install_all -} diff --git a/dev-python/trezor/trezor-0.12.2.ebuild b/dev-python/trezor/trezor-0.12.2.ebuild new file mode 100644 index 00000000..9b80ba41 --- /dev/null +++ b/dev-python/trezor/trezor-0.12.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +inherit distutils-r1 bash-completion-r1 + +DESCRIPTION="Python client for communicating with TREZOR Hardware Wallet" +HOMEPAGE="https://trezor.io" +SRC_URI="https://github.com/trezor/trezor-firmware/archive/python/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-python/ecdsa-0.9[${PYTHON_USEDEP}] + >=dev-python/mnemonic-0.17[${PYTHON_USEDEP}] + >=dev-python/requests-2.4.0[${PYTHON_USEDEP}] + >=dev-python/click-7[${PYTHON_USEDEP}] + >=dev-python/libusb1-1.6.4[${PYTHON_USEDEP}] + >=dev-python/construct-2.9[${PYTHON_USEDEP}] + >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}] + dev-python/attrs:=[${PYTHON_USEDEP}] + >=dev-python/hidapi-0.7.99_p20[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" +BDEPEND="" + +S="${WORKDIR}/trezor-firmware-python-v${PV}/python" + +python_install_all() { + newbashcomp bash_completion.d/trezorctl.sh trezorctl + distutils-r1_python_install_all +} -- cgit v1.2.3