From 49e13196e5c8c8d6ceb4a0b79a50ef280bf4fffc Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 6 Nov 2023 06:23:06 +0000 Subject: Adding metadata --- dev-python/mpmath/metadata.xml | 3 --- dev-python/mpmath/mpmath-1.3.0-r1.ebuild | 2 +- dev-python/mpmath/mpmath-1.3.0.ebuild | 36 -------------------------------- 3 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 dev-python/mpmath/mpmath-1.3.0.ebuild (limited to 'dev-python/mpmath') diff --git a/dev-python/mpmath/metadata.xml b/dev-python/mpmath/metadata.xml index fbc4742f3d9b..e56dafa61dc9 100644 --- a/dev-python/mpmath/metadata.xml +++ b/dev-python/mpmath/metadata.xml @@ -14,9 +14,6 @@ Python - - Add support for dev-python/matplotlib - gentoo-staging \ No newline at end of file diff --git a/dev-python/mpmath/mpmath-1.3.0-r1.ebuild b/dev-python/mpmath/mpmath-1.3.0-r1.ebuild index e8c2b8f90c6a..ab1e3ec6702f 100644 --- a/dev-python/mpmath/mpmath-1.3.0-r1.ebuild +++ b/dev-python/mpmath/mpmath-1.3.0-r1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" distutils_enable_tests pytest diff --git a/dev-python/mpmath/mpmath-1.3.0.ebuild b/dev-python/mpmath/mpmath-1.3.0.ebuild deleted file mode 100644 index c458525ee766..000000000000 --- a/dev-python/mpmath/mpmath-1.3.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -inherit distutils-r1 pypi virtualx - -DESCRIPTION="Python library for arbitrary-precision floating-point arithmetic" -HOMEPAGE=" - https://mpmath.org/ - https://github.com/mpmath/mpmath/ - https://pypi.org/project/mpmath/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="gmp matplotlib" - -RDEPEND=" - gmp? ( dev-python/gmpy[${PYTHON_USEDEP}] ) - matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests pytest - -src_test() { - virtx distutils-r1_src_test -} - -python_test() { - "${EPYTHON}" mpmath/tests/runtests.py -local || die "Tests failed with ${EPYTHON}" -} -- cgit v1.3.1