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/portend/
Date: Wed, 27 May 2020 07:16:09
Message-Id: 1590563503.e667f6196afd9bd9f91a5af0b96b8935c443b2aa.mgorny@gentoo
1 commit: e667f6196afd9bd9f91a5af0b96b8935c443b2aa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 27 07:11:43 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 27 07:11:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e667f619
7
8 dev-python/portend: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/portend/portend-2.6.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/portend/portend-2.6.ebuild b/dev-python/portend/portend-2.6.ebuild
16 index 4d79fd9e5ec..3fc08e4c32c 100644
17 --- a/dev-python/portend/portend-2.6.ebuild
18 +++ b/dev-python/portend/portend-2.6.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
24 +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
25
26 inherit distutils-r1
27
28 @@ -17,7 +17,6 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
29 IUSE="test"
30
31 RDEPEND=">=dev-python/tempora-1.8[${PYTHON_USEDEP}]"
32 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
33
34 distutils_enable_tests pytest