From 71fdb29c53450d1db16b700ea921ec29c288c97f Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sun, 27 Jan 2019 16:53:20 -0600 Subject: [PATCH] dev-python/mpmath: add py37 support Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode --- dev-python/mpmath/mpmath-1.0.0.ebuild | 4 ++-- dev-python/mpmath/mpmath-1.1.0.ebuild | 4 ++-- 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 -- 2.26.2