# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Astronomical Computation Library" HOMEPAGE=" https://github.com/liberfa/pyerfa https://pypi.org/project/pyerfa/ " if [[ ${PV} == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/liberfa/pyerfa.git" else inherit pypi KEYWORDS="amd64 x86" fi LICENSE="BSD" SLOT="0" RDEPEND=" >=dev-python/numpy-1.25[${PYTHON_USEDEP}]