dev-python/ReParser: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Manuel Rüger
2017-05-05 14:35:27 +02:00
parent 0ba5aa1552
commit 6748c9e7da

View File

@@ -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}]"