# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_10 ) inherit distutils-r1 readme.gentoo-r1 pypi DESCRIPTION="Access your Google contacts from the command line" HOMEPAGE="https://gitlab.com/goobook/goobook" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" >=dev-python/google-api-python-client-1.7.12[${PYTHON_USEDEP}] >=dev-python/simplejson-3.16.0[${PYTHON_USEDEP}] >=dev-python/oauth2client-1.5.0[${PYTHON_USEDEP}]