# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 #DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi DESCRIPTION="Meta-package for glue and plugin packages" HOMEPAGE="http://glueviz.org" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="doc" RESTRICT="test" # No usable test phases RDEPEND=">=dev-python/glue-core-1.13.0[${PYTHON_USEDEP}] >=dev-python/glue-vispy-viewers-1.0.3[${PYTHON_USEDEP}] doc? ( >=dev-python/glue-qt-0.1.0[${PYTHON_USEDEP},doc] ) " #distutils_enable_tests nose python_install_all() { use doc && dosym -r /usr/share/doc/glue-qt*/html /usr/share/doc/${PF}/html distutils-r1_python_install_all }