# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python{2_7,3_{10..11}} ) inherit distutils-r1 optfeature pypi DESCRIPTION="Collection of packages to access online astronomical resources" HOMEPAGE="https://github.com/astropy/astroquery" LICENSE="BSD" SLOT="0" #KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" #RESTRICT="network-sandbox" RESTRICT="!test? ( test )" PYTHON_REQ_USE="test? ( tk )" RDEPEND=">=dev-python/astropy-2.0[${PYTHON_USEDEP}] >=dev-python/beautifulsoup4-4.3.2[${PYTHON_USEDEP}] >=dev-python/html5lib-0.999[${PYTHON_USEDEP}] >=dev-python/keyring-4.0[${PYTHON_USEDEP}] >=dev-python/requests-2.4.3[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " BDEPEND=">=dev-python/astropy-helpers-2.0.10[${PYTHON_USEDEP}] doc? ( dev-python/sphinx-astropy[${PYTHON_USEDEP}]