summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-11 08:12:45 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-11 08:12:45 +0300
commit166f550d7cbf5b1fe2aa400614ef03e0a4e209c2 (patch)
treec860b40345978c93f5d6231dd00d692e17bce9eb /dev-python/async-lru
parentapp-admin/vault: Remove vul versions wrt bug #808093 (diff)
downloadgentoo-166f550d7cbf5b1fe2aa400614ef03e0a4e209c2.tar.gz
gentoo-166f550d7cbf5b1fe2aa400614ef03e0a4e209c2.tar.bz2
gentoo-166f550d7cbf5b1fe2aa400614ef03e0a4e209c2.zip
dev-python/async-lru: enable py3.10, EAPI=8, up pytest dep
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/async-lru')
-rw-r--r--dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild8
1 files 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 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[${PYTHON_USEDEP}]
+ >=dev-python/pytest-6.2.4[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"