Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inflect/
Date: Tue, 24 Jul 2018 23:41:43
Message-Id: 1532475679.9c6cdf798e101f284a1db4a4284eeec63271aa1b.sbraz@gentoo
1 commit: 9c6cdf798e101f284a1db4a4284eeec63271aa1b
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 24 23:19:38 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 24 23:41:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6cdf79
7
8 dev-python/inflect: add Python 3.7, EAPI=7
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-python/inflect/inflect-0.3.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/inflect/inflect-0.3.1.ebuild b/dev-python/inflect/inflect-0.3.1.ebuild
16 index b9f89e067ea..dfcf9546974 100644
17 --- a/dev-python/inflect/inflect-0.3.1.ebuild
18 +++ b/dev-python/inflect/inflect-0.3.1.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_4,3_5,3_6} )
27 +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
28
29 inherit distutils-r1
30
31 @@ -16,7 +16,7 @@ SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33 IUSE="test"
34
35 -DEPEND="
36 +BDEPEND="
37 dev-python/setuptools[${PYTHON_USEDEP}]
38 test? ( dev-python/nose[${PYTHON_USEDEP}] )
39 "