# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python{3_6,3_7} ) DISTUTILS_SINGLE_IMPL=yes DISTUTILS_USE_SETUPTOOLS=rdepend EGIT_REPO_URI="https://github.com/dbcli/mycli.git" inherit distutils-r1 git-r3 DESCRIPTION="CLI for MySQL Database with auto-completion and syntax highlighting" HOMEPAGE="https://www.mycli.net" SRC_URI="" LICENSE="BSD MIT" SLOT="0" KEYWORDS="" IUSE="ssh test" RESTRICT="!test? ( test )" RDEPEND="$(python_gen_cond_dep ' >=dev-python/cli_helpers-1.1.0[${PYTHON_MULTI_USEDEP}] >=dev-python/click-7.0[${PYTHON_MULTI_USEDEP}] >=dev-python/configobj-5.0.6[${PYTHON_MULTI_USEDEP}] >=dev-python/cryptography-1.0.0[${PYTHON_MULTI_USEDEP}] >=dev-python/prompt_toolkit-3.0.0[${PYTHON_MULTI_USEDEP}] =dev-python/pygments-2.0[${PYTHON_MULTI_USEDEP}] >=dev-python/pymysql-0.9.2[${PYTHON_MULTI_USEDEP}] >=dev-python/sqlparse-0.3.0[${PYTHON_MULTI_USEDEP}]