# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 RESTRICT="test" DESCRIPTION="Utilities for managing graphite clusters" HOMEPAGE="https://github.com/graphite-project/carbonate" SRC_URI="mirror://pypi/c/${PN}/${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~x86" LICENSE="MIT" IUSE="test" RDEPEND=" dev-python/carbon[${PYTHON_USEDEP}] dev-python/whisper[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/tox[${PYTHON_USEDEP}] )"