# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 DESCRIPTION="Backblaze B2 Python sdk" HOMEPAGE="https://github.com/Backblaze/b2-sdk-python https://pypi.org/project/b2sdk/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="doc test" DEPEND=" !dev-python/b2 dev-python/setuptools[${PYTHON_USEDEP}] dev-python/arrow[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/logfury[${PYTHON_USEDEP}] dev-python/tqdm[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] dev-db/sadisplay ) test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/pyflakes[${PYTHON_USEDEP}] dev-python/yapf[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) " # dev-python/sphinxcontrib-plantuml[${PYTHON_USEDEP}]