From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BA73158087 for ; Wed, 8 Dec 2021 11:38:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB3C92BC016; Wed, 8 Dec 2021 11:38:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84E252BC016 for ; Wed, 8 Dec 2021 11:38:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D7F5343688 for ; Wed, 8 Dec 2021 11:38:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C910236 for ; Wed, 8 Dec 2021 11:38:02 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1638796214.4b31aac9529fbed5b57b2b03eac537f83eb6651b.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/hidapi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/hidapi/hidapi-0.11.0.2.ebuild dev-python/hidapi/metadata.xml X-VCS-Directories: dev-python/hidapi/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4b31aac9529fbed5b57b2b03eac537f83eb6651b X-VCS-Branch: master Date: Wed, 8 Dec 2021 11:38:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7541ca47-7383-45bf-928f-1ca5196acd69 X-Archives-Hash: dcb953e08afc047683175b24a40c6295 commit: 4b31aac9529fbed5b57b2b03eac537f83eb6651b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Dec 6 13:10:14 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Dec 6 13:10:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b31aac9 dev-python/hidapi: disable pypy3 Closes: https://bugs.gentoo.org/825422 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> 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 20a0371e0..bf1ff4d13 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 cd174bd3e..7f7f32772 100644 --- a/dev-python/hidapi/metadata.xml +++ b/dev-python/hidapi/metadata.xml @@ -1,5 +1,5 @@ - + telans@posteo.de