Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pretend/
Date: Wed, 05 May 2021 17:06:00
Message-Id: 1620234339.b0f60b599b08106903b48f93381911a9783e0a37.mgorny@gentoo
1 commit: b0f60b599b08106903b48f93381911a9783e0a37
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 5 13:49:44 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 5 17:05:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f60b59
7
8 dev-python/pretend: Enable python3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pretend/pretend-1.0.9-r1.ebuild | 8 ++------
13 1 file changed, 2 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-python/pretend/pretend-1.0.9-r1.ebuild b/dev-python/pretend/pretend-1.0.9-r1.ebuild
16 index a6744855929..e946afbb9be 100644
17 --- a/dev-python/pretend/pretend-1.0.9-r1.ebuild
18 +++ b/dev-python/pretend/pretend-1.0.9-r1.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
27 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
28
29 inherit distutils-r1
30
31 @@ -15,8 +15,4 @@ LICENSE="BSD"
32 SLOT="0"
33 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34
35 -DEPEND="
36 - dev-python/setuptools[${PYTHON_USEDEP}]
37 -"
38 -
39 distutils_enable_tests pytest