diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 17:20:12 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 18:25:11 -0600 |
commit | 751d8207c3e51fe9eacc25c8ed73899a8702b0c2 (patch) | |
tree | a1f129f9585477e9783de0b2768e205c5288c056 /dev-python/msgpack | |
parent | dev-python/pyinotify: add py37 support (diff) | |
download | gentoo-751d8207c3e51fe9eacc25c8ed73899a8702b0c2.tar.gz gentoo-751d8207c3e51fe9eacc25c8ed73899a8702b0c2.tar.bz2 gentoo-751d8207c3e51fe9eacc25c8ed73899a8702b0c2.zip |
dev-python/msgpack: 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/msgpack')
-rw-r--r-- | dev-python/msgpack/msgpack-0.5.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/msgpack/msgpack-0.5.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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 |