summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-27 16:53:20 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-27 18:24:45 -0600
commit71fdb29c53450d1db16b700ea921ec29c288c97f (patch)
tree176174f1debbbcb0405f8a8ca84f21eb8b87978d /dev-python/mpmath
parentdev-python/theano: add py37 support (diff)
downloadgentoo-71fdb29c53450d1db16b700ea921ec29c288c97f.tar.gz
gentoo-71fdb29c53450d1db16b700ea921ec29c288c97f.tar.bz2
gentoo-71fdb29c53450d1db16b700ea921ec29c288c97f.zip
dev-python/mpmath: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r--dev-python/mpmath/mpmath-1.0.0.ebuild4
-rw-r--r--dev-python/mpmath/mpmath-1.1.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/mpmath/mpmath-1.0.0.ebuild b/dev-python/mpmath/mpmath-1.0.0.ebuild
index 2b17f2bde3ad..fbbd15df69f3 100644
--- a/dev-python/mpmath/mpmath-1.0.0.ebuild
+++ b/dev-python/mpmath/mpmath-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,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 08a77279f3ea..f90e9a5b5e19 100644
--- a/dev-python/mpmath/mpmath-1.1.0.ebuild
+++ b/dev-python/mpmath/mpmath-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
inherit distutils-r1 eutils