# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 pypi DESCRIPTION="Python bindings for GMP, MPC and MPFR libraries" HOMEPAGE="https://github.com/aleaxit/gmpy" SRC_URI="$(pypi_sdist_url "${PN}" "${PV}" .zip)" LICENSE="LGPL-3+" SLOT="python2" KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND=" >=dev-libs/mpc-1.0.2:= >=dev-libs/mpfr-3.1.2:= dev-libs/gmp:0= !