# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=8 DISTUTILS_USE_PEP517="setuptools" PYTHON_COMPAT=( python3_{8..12} ) inherit distutils-r1 pypi DESCRIPTION="A top-down parser for Python" HOMEPAGE="http://github.com/rbarrois/tdparser http://pypi.python.org/pypi/tdparser" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" RDEPEND="" distutils_enable_sphinx doc --no-autodoc