Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/babelfish/
Date: Sun, 02 Aug 2020 19:05:36
Message-Id: 1596394734.c3b880a3b86f0fa3a3d9ee350654c3ded3a1d2db.sam@gentoo
1 commit: c3b880a3b86f0fa3a3d9ee350654c3ded3a1d2db
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 18:58:54 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 18:58:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b880a3
7
8 dev-python/babelfish: add Python 3.9
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/babelfish/babelfish-0.5.5-r1.ebuild | 12 +++---------
14 dev-python/babelfish/babelfish-9999.ebuild | 13 +++----------
15 2 files changed, 6 insertions(+), 19 deletions(-)
16
17 diff --git a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
18 index 878569ad886..d279ec9809e 100644
19 --- a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
20 +++ b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
21 @@ -1,9 +1,9 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -PYTHON_COMPAT=( python3_{6,7,8} )
29 +PYTHON_COMPAT=( python3_{6,7,8,9} )
30
31 inherit distutils-r1
32
33 @@ -14,11 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 LICENSE="BSD"
35 SLOT="0"
36 KEYWORDS="amd64 x86"
37 -IUSE=""
38
39 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
40 -RDEPEND="${DEPEND}"
41 -
42 -python_test() {
43 - esetup.py test
44 -}
45 +distutils_enable_tests setup.py
46
47 diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild
48 index dcc8f1dacc4..382197499a3 100644
49 --- a/dev-python/babelfish/babelfish-9999.ebuild
50 +++ b/dev-python/babelfish/babelfish-9999.ebuild
51 @@ -1,9 +1,9 @@
52 # Copyright 1999-2020 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 -EAPI=6
56 +EAPI=7
57
58 -PYTHON_COMPAT=( python3_6 )
59 +PYTHON_COMPAT=( python3_{7,8,9} )
60
61 inherit distutils-r1 git-r3
62
63 @@ -13,12 +13,5 @@ EGIT_REPO_URI="https://github.com/Diaoul/${PN}.git"
64
65 LICENSE="BSD"
66 SLOT="0"
67 -KEYWORDS=""
68 -IUSE=""
69
70 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
71 -RDEPEND="${DEPEND}"
72 -
73 -python_test() {
74 - esetup.py test
75 -}
76 +distutils_enable_tests setup.py