diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 08:13:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 08:45:54 +0200 |
commit | f9c873f67f3d5a0adbcd55d6619212b7afde2851 (patch) | |
tree | 9a300fe4e9100c45f232458c2a64be5abd1e58f6 /dev-python/mpmath | |
parent | dev-python/mpmath: Set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-f9c873f67f3d5a0adbcd55d6619212b7afde2851.tar.gz gentoo-f9c873f67f3d5a0adbcd55d6619212b7afde2851.tar.bz2 gentoo-f9c873f67f3d5a0adbcd55d6619212b7afde2851.zip |
dev-python/mpmath: EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r-- | dev-python/mpmath/mpmath-1.1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/mpmath/mpmath-1.1.0.ebuild b/dev-python/mpmath/mpmath-1.1.0.ebuild index 2ee732457c8f..6c2236b75bc6 100644 --- a/dev-python/mpmath/mpmath-1.1.0.ebuild +++ b/dev-python/mpmath/mpmath-1.1.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 eutils virtualx @@ -15,7 +15,6 @@ SRC_URI="https://github.com/fredrik-johansson/${PN}/archive/${PV}.tar.gz -> ${P} LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" - IUSE="gmp matplotlib test" RESTRICT="!test? ( test )" |