From 166f550d7cbf5b1fe2aa400614ef03e0a4e209c2 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 11 Sep 2021 08:12:45 +0300 Subject: dev-python/async-lru: enable py3.10, EAPI=8, up pytest dep Signed-off-by: Arthur Zamarin --- dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-python/async-lru') 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 7935c28218c0..de9bb0e48e86 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.4[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] )" -- cgit v1.2.3