commit: 166f550d7cbf5b1fe2aa400614ef03e0a4e209c2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 11 05:12:45 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 11 05:12:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166f550d
dev-python/async-lru: enable py3.10, EAPI=8, up pytest dep
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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
index 7935c28218c..de9bb0e48e8 100644
--- a/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild
+++ b/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild
@@ -1,9 +1,9 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
EGIT_COMMIT=17a5d207f603c0c142f01a69fbf6f487b3fef5c4
@@ -14,7 +14,7 @@ HOMEPAGE="
SRC_URI="
https://github.com/aio-libs/async-lru/archive/${EGIT_COMMIT}.tar.gz
-> ${PN}-${EGIT_COMMIT}.tar.gz"
-S=${WORKDIR}/${PN}-${EGIT_COMMIT}
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
LICENSE="MIT"
SLOT="0"
@@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~x86"
BDEPEND="
test? (
- <dev-python/pytest-6.2[${PYTHON_USEDEP}]
+ >=dev-python/pytest-6.2.4[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"