Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/async-lru/
Date: Sat, 11 Sep 2021 05:13:53
Message-Id: 1631337165.166f550d7cbf5b1fe2aa400614ef03e0a4e209c2.arthurzam@gentoo
1 commit: 166f550d7cbf5b1fe2aa400614ef03e0a4e209c2
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 11 05:12:45 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 11 05:12:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166f550d
7
8 dev-python/async-lru: enable py3.10, EAPI=8, up pytest dep
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild b/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild
16 index 7935c28218c..de9bb0e48e8 100644
17 --- a/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild
18 +++ b/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
27 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
28 inherit distutils-r1
29
30 EGIT_COMMIT=17a5d207f603c0c142f01a69fbf6f487b3fef5c4
31 @@ -14,7 +14,7 @@ HOMEPAGE="
32 SRC_URI="
33 https://github.com/aio-libs/async-lru/archive/${EGIT_COMMIT}.tar.gz
34 -> ${PN}-${EGIT_COMMIT}.tar.gz"
35 -S=${WORKDIR}/${PN}-${EGIT_COMMIT}
36 +S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
37
38 LICENSE="MIT"
39 SLOT="0"
40 @@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~x86"
41
42 BDEPEND="
43 test? (
44 - <dev-python/pytest-6.2[${PYTHON_USEDEP}]
45 + >=dev-python/pytest-6.2.4[${PYTHON_USEDEP}]
46 dev-python/pytest-asyncio[${PYTHON_USEDEP}]
47 )"