commit:     6748c9e7da95c613cae0e03688ed5eac55bf43a6
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 12:35:27 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri May  5 12:41:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6748c9e7

dev-python/ReParser: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/ReParser/ReParser-1.4.3.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/ReParser/ReParser-1.4.3.ebuild 
b/dev-python/ReParser/ReParser-1.4.3.ebuild
index 4c88260335e..7c8bcd2d450 100644
--- a/dev-python/ReParser/ReParser-1.4.3.ebuild
+++ b/dev-python/ReParser/ReParser-1.4.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 inherit distutils-r1
 
 if [[ ${PV} = *9999* ]]; then
@@ -14,12 +14,11 @@ else
        KEYWORDS="~amd64"
 fi
 
-DESCRIPTION="simple regex-based lexer/parser for inline markup"
+DESCRIPTION="Simple regex-based lexer/parser for inline markup"
 HOMEPAGE="https://pypi.python.org/pypi/ReParser";
 
 LICENSE="MIT"
 SLOT="0"
 IUSE=""
 
-DEPEND="dev-python/setuptools"
-RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

Reply via email to