Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-trio/
Date: Fri, 04 Nov 2022 06:14:14
Message-Id: 1667542371.9c705b5e927cd79608f287005258394e608cf082.mgorny@gentoo
1 commit: 9c705b5e927cd79608f287005258394e608cf082
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 4 06:12:51 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 06:12:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c705b5e
7
8 dev-python/pytest-trio: Clear keywords to match new trio
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild | 2 +-
13 dev-python/pytest-trio/pytest-trio-0.8.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild b/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild
17 index e81f730b78a4..af426052c90a 100644
18 --- a/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild
19 +++ b/dev-python/pytest-trio/pytest-trio-0.7.0-r1.ebuild
20 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="|| ( MIT Apache-2.0 )"
23 SLOT="0"
24 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
25 +KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
26
27 RDEPEND="
28 >=dev-python/async_generator-1.9[${PYTHON_USEDEP}]
29
30 diff --git a/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild b/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild
31 index b45ef14decb2..bcd93cd9dedf 100644
32 --- a/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild
33 +++ b/dev-python/pytest-trio/pytest-trio-0.8.0.ebuild
34 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="|| ( MIT Apache-2.0 )"
37 SLOT="0"
38 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
39 +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
40
41 RDEPEND="
42 >=dev-python/outcome-1.1.0[${PYTHON_USEDEP}]