From 4b31aac9529fbed5b57b2b03eac537f83eb6651b Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 6 Dec 2021 18:10:14 +0500 Subject: [PATCH] dev-python/hidapi: disable pypy3 Closes: https://bugs.gentoo.org/825422 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/hidapi/hidapi-0.11.0.2.ebuild | 7 +++---- dev-python/hidapi/metadata.xml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-python/hidapi/hidapi-0.11.0.2.ebuild b/dev-python/hidapi/hidapi-0.11.0.2.ebuild index 20a0371e07..bf1ff4d133 100644 --- a/dev-python/hidapi/hidapi-0.11.0.2.ebuild +++ b/dev-python/hidapi/hidapi-0.11.0.2.ebuild @@ -3,14 +3,14 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -DISTUTILS_USE_SETUPTOOLS="rdepend" +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 +MY_PV=$(ver_rs 3 .post) DESCRIPTION="A Cython interface to the hidapi" HOMEPAGE="https://github.com/trezor/cython-hidapi" -MY_PV=$(ver_rs 3 .post) SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz" +S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="|| ( BSD GPL-3 )" KEYWORDS="~amd64 ~arm ~arm64 ~x86" @@ -23,7 +23,6 @@ DEPEND=" RDEPEND="${DEPEND}" distutils_enable_tests pytest -S="${WORKDIR}/${PN}-${MY_PV}" python_configure_all() { DISTUTILS_ARGS=( --with-system-hidapi ) diff --git a/dev-python/hidapi/metadata.xml b/dev-python/hidapi/metadata.xml index cd174bd3ef..7f7f32772c 100644 --- a/dev-python/hidapi/metadata.xml +++ b/dev-python/hidapi/metadata.xml @@ -1,5 +1,5 @@ - + telans@posteo.de