From 7b03d65be00ee025bb8f16cf62d5cf92cac4a22c Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 5 Mar 2024 20:53:35 +0000 Subject: dev-python/btchip-python: enable py3.12 and disable py3.10 --- dev-python/btchip-python/btchip-python-0.1.32.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dev-python') 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="" -- cgit v1.2.3