diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-08 05:35:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-08 05:35:36 +0100 |
commit | 5c801d3ea6f3f0c0dfcdc3f6481e0ac2ef042067 (patch) | |
tree | 4d577d331fa93f4e54454cb498907a9f511fe911 /dev-python/gmpy | |
parent | app-admin/awscli: Bump to 1.31.10 (diff) | |
download | gentoo-5c801d3ea6f3f0c0dfcdc3f6481e0ac2ef042067.tar.gz gentoo-5c801d3ea6f3f0c0dfcdc3f6481e0ac2ef042067.tar.bz2 gentoo-5c801d3ea6f3f0c0dfcdc3f6481e0ac2ef042067.zip |
dev-python/gmpy: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gmpy')
-rw-r--r-- | dev-python/gmpy/gmpy-2.1.5.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/gmpy/gmpy-2.1.5.ebuild b/dev-python/gmpy/gmpy-2.1.5.ebuild deleted file mode 100644 index 458c53fc07e4..000000000000 --- a/dev-python/gmpy/gmpy-2.1.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYPI_PN="gmpy2" -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python bindings for GMP, MPC, MPFR and MPIR libraries" -HOMEPAGE=" - https://github.com/aleaxit/gmpy/ - https://pypi.org/project/gmpy2/ -" - -LICENSE="LGPL-3+" -SLOT="2" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" - -DEPEND=" - >=dev-libs/mpc-1.0.2:= - >=dev-libs/mpfr-3.1.2:= - dev-libs/gmp:0= -" -RDEPEND=" - ${DEPEND} -" - -distutils_enable_sphinx docs - -python_test() { - cd test || die - "${EPYTHON}" runtests.py || die "tests failed under ${EPYTHON}" -} |