Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ReParser/
Date: Fri, 05 May 2017 12:42:16
Message-Id: 1493988107.6748c9e7da95c613cae0e03688ed5eac55bf43a6.mrueg@gentoo
1 commit: 6748c9e7da95c613cae0e03688ed5eac55bf43a6
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 5 12:35:27 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri May 5 12:41:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6748c9e7
7
8 dev-python/ReParser: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/ReParser/ReParser-1.4.3.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/ReParser/ReParser-1.4.3.ebuild b/dev-python/ReParser/ReParser-1.4.3.ebuild
16 index 4c88260335e..7c8bcd2d450 100644
17 --- a/dev-python/ReParser/ReParser-1.4.3.ebuild
18 +++ b/dev-python/ReParser/ReParser-1.4.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python3_{4,5} )
24 +PYTHON_COMPAT=( python3_{4,5,6} )
25 inherit distutils-r1
26
27 if [[ ${PV} = *9999* ]]; then
28 @@ -14,12 +14,11 @@ else
29 KEYWORDS="~amd64"
30 fi
31
32 -DESCRIPTION="simple regex-based lexer/parser for inline markup"
33 +DESCRIPTION="Simple regex-based lexer/parser for inline markup"
34 HOMEPAGE="https://pypi.python.org/pypi/ReParser"
35
36 LICENSE="MIT"
37 SLOT="0"
38 IUSE=""
39
40 -DEPEND="dev-python/setuptools"
41 -RDEPEND=""
42 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"