summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-06-02 22:47:55 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-06-02 23:10:00 +0100
commitccc4a0985031b74c7d6aa2aa486de88a94e4d009 (patch)
tree9b2015f3cbbacce9b5428e0fe229c039780ee769 /dev-python
parentprofiles/desktop: disable srs-alt for mail-mta/exim (diff)
downloadportage-ccc4a0985031b74c7d6aa2aa486de88a94e4d009.tar.xz
dev-python/btchip-python: version bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/btchip-python/Manifest2
-rw-r--r--dev-python/btchip-python/btchip-python-0.1.32.ebuild (renamed from dev-python/btchip-python/btchip-python-0.1.30.ebuild)10
2 files changed, 7 insertions, 5 deletions
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.32.ebuild
index c04d6f0e..d50f29e2 100644
--- a/dev-python/btchip-python/btchip-python-0.1.30.ebuild
+++ b/dev-python/btchip-python/btchip-python-0.1.32.ebuild
@@ -1,20 +1,22 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+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/v${PV}.tar.gz -> ${P}.tar.gz"
+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}]"
+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=""