# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 xdg-utils virtualx DESCRIPTION="Collection of packages to access online astronomical resources" HOMEPAGE="https://github.com/astropy/astroquery" SRC_URI="https://github.com/astropy/astroquery/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="BSD" SLOT="python2" IUSE="doc test" DOCS=( README.rst ) PYTHON_REQ_USE="test? ( tk )" RDEPEND=" dev-python/astropy[${PYTHON_USEDEP}] dev-python/astropy-helpers[${PYTHON_USEDEP}] dev-python/beautifulsoup:4-python2[${PYTHON_USEDEP}] dev-python/html5lib:python2[${PYTHON_USEDEP}] dev-python/keyring:python2[${PYTHON_USEDEP}] dev-python/numpy-python2[${PYTHON_USEDEP}] dev-python/requests:python2[${PYTHON_USEDEP}] !