From: Matthew Thode Date: Sun, 27 Jan 2019 23:20:12 +0000 (-0600) Subject: dev-python/msgpack: add py37 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=751d8207c3e51fe9eacc25c8ed73899a8702b0c2;p=gentoo.git dev-python/msgpack: add py37 support Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode --- diff --git a/dev-python/msgpack/msgpack-0.5.1.ebuild b/dev-python/msgpack/msgpack-0.5.1.ebuild index 73c9c38efe44..fc0b57fa9b50 100644 --- a/dev-python/msgpack/msgpack-0.5.1.ebuild +++ b/dev-python/msgpack/msgpack-0.5.1.ebuild @@ -1,8 +1,8 @@ -# 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=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 diff --git a/dev-python/msgpack/msgpack-0.5.6.ebuild b/dev-python/msgpack/msgpack-0.5.6.ebuild index 74000584eb74..8c00cbe126bc 100644 --- a/dev-python/msgpack/msgpack-0.5.6.ebuild +++ b/dev-python/msgpack/msgpack-0.5.6.ebuild @@ -1,8 +1,8 @@ -# 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=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) inherit distutils-r1