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/sure/
Date: Thu, 28 May 2020 19:39:25
Message-Id: 1590694755.b7fea76321e25938de069154a66d7d00aa9e767b.mgorny@gentoo
1 commit: b7fea76321e25938de069154a66d7d00aa9e767b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 28 18:57:30 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 28 19:39:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7fea763
7
8 dev-python/sure: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sure/sure-1.4.11.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/sure/sure-1.4.11.ebuild b/dev-python/sure/sure-1.4.11.ebuild
16 index 15447975e25..7f62f1ee806 100644
17 --- a/dev-python/sure/sure-1.4.11.ebuild
18 +++ b/dev-python/sure/sure-1.4.11.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
24 +PYTHON_COMPAT=( python2_7 python3_{6..9} )
25
26 inherit distutils-r1
27
28 @@ -23,7 +23,6 @@ RDEPEND="
29 dev-python/six[${PYTHON_USEDEP}]
30 "
31 BDEPEND="
32 - dev-python/setuptools[${PYTHON_USEDEP}]
33 test? ( ${RDEPEND} )
34 "