# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 DESCRIPTION="Sphinx utility that makes it easy to translate and to apply translation." HOMEPAGE="https://pypi.org/project/sphinx-intl/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="transifex" RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/Babel[${PYTHON_USEDEP}] dev-python/click[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] transifex? ( app-i18n/transifex-client[${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]"