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/prettytable/
Date: Sun, 31 May 2020 15:43:08
Message-Id: 1590939752.2e6de9aa7ad3366a278e4fba2027af4def670856.mgorny@gentoo
1 commit: 2e6de9aa7ad3366a278e4fba2027af4def670856
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 15:34:17 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 15:42:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6de9aa
7
8 dev-python/prettytable: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/prettytable/prettytable-0.7.2-r1.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/dev-python/prettytable/prettytable-0.7.2-r1.ebuild b/dev-python/prettytable/prettytable-0.7.2-r1.ebuild
16 index 7aaaccc3051..007312c8738 100644
17 --- a/dev-python/prettytable/prettytable-0.7.2-r1.ebuild
18 +++ b/dev-python/prettytable/prettytable-0.7.2-r1.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 @@ -17,9 +17,6 @@ KEYWORDS="~alpha amd64 arm64 hppa ~ia64 ppc64 sparc x86 ~amd64-linux ~x86-linux"
29 IUSE="test"
30 RESTRICT="!test? ( test )"
31
32 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
33 -RDEPEND=""
34 -
35 python_test() {
36 "${PYTHON}" prettytable_test.py || die "tests failed under ${EPYTHON}"
37 }