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/unidecode/
Date: Tue, 18 Sep 2018 23:23:16
Message-Id: 1537312897.c94a075fc3b693951b335d61c8f283cb6655ee86.sbraz@gentoo
1 commit: c94a075fc3b693951b335d61c8f283cb6655ee86
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 18 23:18:28 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 18 23:21:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94a075f
7
8 dev-python/unidecode: add Python 3.7, PyPy3, EAPI=7, fix LICENSE
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-python/unidecode/unidecode-1.0.22.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/unidecode/unidecode-1.0.22.ebuild b/dev-python/unidecode/unidecode-1.0.22.ebuild
16 index af46dbffb7d..fcf847f5df2 100644
17 --- a/dev-python/unidecode/unidecode-1.0.22.ebuild
18 +++ b/dev-python/unidecode/unidecode-1.0.22.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=( python2_7 python3_{4,5,6} pypy )
27 +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
28
29 MY_PN=Unidecode
30 MY_P=${MY_PN}-${PV}
31 @@ -14,13 +14,13 @@ DESCRIPTION="Module providing ASCII transliterations of Unicode text"
32 HOMEPAGE="https://pypi.org/project/Unidecode/"
33 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
34
35 -LICENSE="GPL-2"
36 +LICENSE="GPL-2+"
37 SLOT="0"
38 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
39
40 S=${WORKDIR}/${MY_P}
41
42 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
43 +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
44
45 python_test() {
46 esetup.py test