From 3164380c387cc7c2c5807a543a321ffe3a435f42 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 14 Jun 2022 21:50:40 +0100 Subject: dev-python/trezor: version bump Package-Manager: Portage-3.0.30, Repoman-3.0.3 --- dev-python/trezor/Manifest | 2 +- dev-python/trezor/trezor-0.12.2.ebuild | 38 ---------------------------------- dev-python/trezor/trezor-0.13.0.ebuild | 38 ++++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 dev-python/trezor/trezor-0.12.2.ebuild create mode 100644 dev-python/trezor/trezor-0.13.0.ebuild (limited to 'dev-python') diff --git a/dev-python/trezor/Manifest b/dev-python/trezor/Manifest index 5b3773cd..7da04e66 100644 --- a/dev-python/trezor/Manifest +++ b/dev-python/trezor/Manifest @@ -1 +1 @@ -DIST trezor-0.12.2.tar.gz 14653943 BLAKE2B 9ae8d7a9191124d8f83cda2983e7b1de7ed281b9442a3327204eb0caf6a51333976468c2c1679fdb01d08494f9d4691cd7c5b501bb74961ca4a0f2b4f1c10a80 SHA512 917745e4e806f2bfff58fb4e6e2749b84a72554a2f8cd17a1898d294f5269fc1146d991ec3443154dc1da5b353619803e9e3db2c4dc5a7815626c5a7cdbf754b +DIST trezor-0.13.0.tar.gz 16063307 BLAKE2B a434f55cfaedbfa4eff8464ee04ca17d99b8fa4eaf0fcea97bc6ffa52813a12c3ec9358e2dbd8b89c8dda8614e453f106c8a8e3d6b8010dbc3780849d60c2b8b SHA512 3614218c7780925f167c67313046f3f1b5b8b95b55594ac99f645de04d819b0eb7f8f19939dead6868380cbb85aae64fb4a9d9f513d5b7c7df74a956d71c2307 diff --git a/dev-python/trezor/trezor-0.12.2.ebuild b/dev-python/trezor/trezor-0.12.2.ebuild deleted file mode 100644 index 9e22eab1..00000000 --- a/dev-python/trezor/trezor-0.12.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2019-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{3_8,3_9} ) -inherit distutils-r1 bash-completion-r1 udev - -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" - -distutils_enable_tests pytest - -python_install_all() { - udev_dorules "${FILESDIR}/51-trezor.rules" - newbashcomp bash_completion.d/trezorctl.sh trezorctl - distutils-r1_python_install_all -} diff --git a/dev-python/trezor/trezor-0.13.0.ebuild b/dev-python/trezor/trezor-0.13.0.ebuild new file mode 100644 index 00000000..c16e3378 --- /dev/null +++ b/dev-python/trezor/trezor-0.13.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{3_8,3_9,3_10} ) +inherit distutils-r1 bash-completion-r1 udev + +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.20[${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.10[${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" + +distutils_enable_tests pytest + +python_install_all() { + udev_dorules "${FILESDIR}/51-trezor.rules" + newbashcomp bash_completion.d/trezorctl.sh trezorctl + distutils-r1_python_install_all +} -- cgit v1.2.3