summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-03-05 20:53:35 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-03-05 21:46:06 +0000
commit7b03d65be00ee025bb8f16cf62d5cf92cac4a22c (patch)
tree28d3e439fd2340660084625378e66a7455528de3 /dev-python
parentdev-python/libusb1: add 3.1.0, drop 3.0.0 (diff)
downloadportage-7b03d65be00ee025bb8f16cf62d5cf92cac4a22c.tar.xz
dev-python/btchip-python: enable py3.12 and disable py3.10
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/btchip-python/btchip-python-0.1.32.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/btchip-python/btchip-python-0.1.32.ebuild b/dev-python/btchip-python/btchip-python-0.1.32.ebuild
index aec546b6..5fdf8ac0 100644
--- a/dev-python/btchip-python/btchip-python-0.1.32.ebuild
+++ b/dev-python/btchip-python/btchip-python-0.1.32.ebuild
@@ -3,8 +3,8 @@
EAPI=8
+PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Python communication library for Ledger Hardware Wallet products"
@@ -14,10 +14,8 @@ 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=""