diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-05 14:35:27 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-05 14:41:47 +0200 |
commit | 6748c9e7da95c613cae0e03688ed5eac55bf43a6 (patch) | |
tree | 253dd8563426b336accde421962bc57337749381 /dev-python/ReParser/ReParser-1.4.3.ebuild | |
parent | dev-python/configargparse: Add python3_6 (diff) | |
download | gentoo-6748c9e7da95c613cae0e03688ed5eac55bf43a6.tar.gz gentoo-6748c9e7da95c613cae0e03688ed5eac55bf43a6.tar.bz2 gentoo-6748c9e7da95c613cae0e03688ed5eac55bf43a6.zip |
dev-python/ReParser: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/ReParser/ReParser-1.4.3.ebuild')
-rw-r--r-- | dev-python/ReParser/ReParser-1.4.3.ebuild | 7 |
1 files 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 4c88260335e1..7c8bcd2d450e 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}]" |