From ccc4a0985031b74c7d6aa2aa486de88a94e4d009 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Wed, 2 Jun 2021 22:47:55 +0100 Subject: dev-python/btchip-python: version bump Package-Manager: Portage-3.0.18, Repoman-3.0.2 --- dev-python/btchip-python/Manifest | 2 +- .../btchip-python/btchip-python-0.1.30.ebuild | 20 -------------------- .../btchip-python/btchip-python-0.1.32.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 23 insertions(+), 21 deletions(-) delete mode 100644 dev-python/btchip-python/btchip-python-0.1.30.ebuild create mode 100644 dev-python/btchip-python/btchip-python-0.1.32.ebuild (limited to 'dev-python') diff --git a/dev-python/btchip-python/Manifest b/dev-python/btchip-python/Manifest index 57697494..eea82696 100644 --- a/dev-python/btchip-python/Manifest +++ b/dev-python/btchip-python/Manifest @@ -1 +1 @@ -DIST btchip-python-0.1.30.tar.gz 33364 BLAKE2B 4258fbca08da1f519d79dd37c55ec0fefec069ef81e012ebb63dc9ba61278d2d1436d253d19cc78f3a85012773e94f72f207b6b45546e1b8de4e08dfad74da04 SHA512 7301f2502fada70a2c876b8d28ad78c05c639b89b804bfab3a5fb5d03f7db502cee54ed9e427f525fa8c09069ce707154208e449654dbe9fc3fcc67227cc85b5 +DIST btchip-python-0.1.32.tar.gz 33367 BLAKE2B 27971a6efc04836f44837997ecb3f31bb3ff425c0f3cd9a06e2189363f956b42e2867b2e0b9c45dda08e76e68707a915f56adc9b978a2b0afcc2a874fdfd75c9 SHA512 ec9218743fdb71af794bc8e3bf27c3c40bec5b4f90376288e360f4de004eb5acf85a5aaba06ec76c670b4f7e14281b8cc3c3b23f4348de6d65a4b978d7aa8acb diff --git a/dev-python/btchip-python/btchip-python-0.1.30.ebuild b/dev-python/btchip-python/btchip-python-0.1.30.ebuild deleted file mode 100644 index c04d6f0e..00000000 --- a/dev-python/btchip-python/btchip-python-0.1.30.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) -inherit distutils-r1 - -DESCRIPTION="Python communication library for Ledger Hardware Wallet products" -HOMEPAGE="https://github.com/LedgerHQ/btchip-python" -SRC_URI="https://github.com/LedgerHQ/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-python/hidapi-0.7.99:=[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" -BDEPEND="" diff --git a/dev-python/btchip-python/btchip-python-0.1.32.ebuild b/dev-python/btchip-python/btchip-python-0.1.32.ebuild new file mode 100644 index 00000000..d50f29e2 --- /dev/null +++ b/dev-python/btchip-python/btchip-python-0.1.32.ebuild @@ -0,0 +1,22 @@ +# 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 + +DESCRIPTION="Python communication library for Ledger Hardware Wallet products" +HOMEPAGE="https://github.com/LedgerHQ/btchip-python" +SRC_URI="https://github.com/LedgerHQ/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-python/hidapi-0.7.99:=[${PYTHON_USEDEP}] + >=dev-python/ecdsa-0.9:=[${PYTHON_USEDEP}] + >=dev-python/pyscard-1.6.12:=[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" +BDEPEND="" -- cgit v1.2.3