From 4d2be08f9d17878456a113f23d578910929f537e Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 5 Mar 2024 21:21:20 +0000 Subject: dev-python/trezor: add 0.13.8, drop 0.13.0 --- dev-python/trezor/Manifest | 2 +- dev-python/trezor/trezor-0.13.0.ebuild | 47 ---------------------------------- dev-python/trezor/trezor-0.13.8.ebuild | 47 ++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 dev-python/trezor/trezor-0.13.0.ebuild create mode 100644 dev-python/trezor/trezor-0.13.8.ebuild (limited to 'dev-python') diff --git a/dev-python/trezor/Manifest b/dev-python/trezor/Manifest index 7da04e66..0a2c6d29 100644 --- a/dev-python/trezor/Manifest +++ b/dev-python/trezor/Manifest @@ -1 +1 @@ -DIST trezor-0.13.0.tar.gz 16063307 BLAKE2B a434f55cfaedbfa4eff8464ee04ca17d99b8fa4eaf0fcea97bc6ffa52813a12c3ec9358e2dbd8b89c8dda8614e453f106c8a8e3d6b8010dbc3780849d60c2b8b SHA512 3614218c7780925f167c67313046f3f1b5b8b95b55594ac99f645de04d819b0eb7f8f19939dead6868380cbb85aae64fb4a9d9f513d5b7c7df74a956d71c2307 +DIST trezor-0.13.8.tar.gz 18222258 BLAKE2B 3db1433e456a28f8a505b78e2edec8526aea68d788231a1a63c206fb1c9e942b09ec56e75529af42db089ccea0a28621ae495b121d358acfac4cf15cd7217033 SHA512 67d8c9c3a79ac3f3a1d16c3c7a0d5d361484179bccf54a9d245b908a65ce4ec4469034da9b55abc0f0c45c0c2c53fa1dd56c4087c52eb22847d9f5bbcff973ea diff --git a/dev-python/trezor/trezor-0.13.0.ebuild b/dev-python/trezor/trezor-0.13.0.ebuild deleted file mode 100644 index 78c88ab2..00000000 --- a/dev-python/trezor/trezor-0.13.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2019-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -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 -} - -pkg_postinst() { - udev_reload -} - -pkg_postrm() { - udev_reload -} diff --git a/dev-python/trezor/trezor-0.13.8.ebuild b/dev-python/trezor/trezor-0.13.8.ebuild new file mode 100644 index 00000000..4f172dbf --- /dev/null +++ b/dev-python/trezor/trezor-0.13.8.ebuild @@ -0,0 +1,47 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..12} ) +DISTUTILS_USE_PEP517=setuptools +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" + +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}] + >=dev-python/pillow-10.0.1[${PYTHON_USEDEP}] + dev-python/construct-classes[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +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 +} + +pkg_postinst() { + udev_reload +} + +pkg_postrm() { + udev_reload +} -- cgit v1.2.3