diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-17 10:47:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-17 11:02:00 +0100 |
commit | 192bb83274ea7c269c83146dce64a9c5039d9e29 (patch) | |
tree | 67750e6c099c19f4ddb516caeb9b314a8bab18ac /dev-python/mpmath | |
parent | dev-python/corner: Remove Python 2 (diff) | |
download | gentoo-192bb83274ea7c269c83146dce64a9c5039d9e29.tar.gz gentoo-192bb83274ea7c269c83146dce64a9c5039d9e29.tar.bz2 gentoo-192bb83274ea7c269c83146dce64a9c5039d9e29.zip |
dev-python/mpmath: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r-- | dev-python/mpmath/mpmath-1.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/mpmath/mpmath-1.1.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mpmath/mpmath-1.0.0.ebuild b/dev-python/mpmath/mpmath-1.0.0.ebuild index 22b145822bb6..0b40bbf7c867 100644 --- a/dev-python/mpmath/mpmath-1.0.0.ebuild +++ b/dev-python/mpmath/mpmath-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 eutils diff --git a/dev-python/mpmath/mpmath-1.1.0.ebuild b/dev-python/mpmath/mpmath-1.1.0.ebuild index de811def9199..18b4036780ca 100644 --- a/dev-python/mpmath/mpmath-1.1.0.ebuild +++ b/dev-python/mpmath/mpmath-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 eutils |