diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 16:56:42 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 18:24:49 -0600 |
commit | d372177fcc5db88072f3788b4d0b440698cd4d16 (patch) | |
tree | dd2db1abe83182bd06579887795201c1b89aa45d /dev-python/symengine | |
parent | dev-python/pyopengl: add py37 support (diff) | |
download | gentoo-d372177fcc5db88072f3788b4d0b440698cd4d16.tar.gz gentoo-d372177fcc5db88072f3788b4d0b440698cd4d16.tar.bz2 gentoo-d372177fcc5db88072f3788b4d0b440698cd4d16.zip |
dev-python/symengine: 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/symengine')
-rw-r--r-- | dev-python/symengine/symengine-0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/symengine/symengine-0.3.0.ebuild b/dev-python/symengine/symengine-0.3.0.ebuild index b972a264b220..a94f7b8f82d5 100644 --- a/dev-python/symengine/symengine-0.3.0.ebuild +++ b/dev-python/symengine/symengine-0.3.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=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 |