diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-04 10:03:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-04 10:28:50 +0200 |
commit | 002bff2b31c8c1376cdfc84460f762458666e62d (patch) | |
tree | 56acf6a6bad0ea7aac142df974cbc5a9d53722cc /dev-python/repoze-lru | |
parent | dev-python/namespace-repoze: Port to py3.10 (diff) | |
download | gentoo-002bff2b31c8c1376cdfc84460f762458666e62d.tar.gz gentoo-002bff2b31c8c1376cdfc84460f762458666e62d.tar.bz2 gentoo-002bff2b31c8c1376cdfc84460f762458666e62d.zip |
dev-python/repoze-lru: Port to py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/repoze-lru')
-rw-r--r-- | dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild b/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild index 9300bf8f0145..6ae8a1e6b5d1 100644 --- a/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild +++ b/dev-python/repoze-lru/repoze-lru-0.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=rdepend +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 MY_PN=${PN/-/.} |