diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 16:54:50 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 18:24:47 -0600 |
commit | ecf01fc3d39b54c72ea92458b2216b41fcc9dfb9 (patch) | |
tree | 1704bde0055ee26f447356ba41603dff3268a967 /dev-python/pyglet | |
parent | dev-python/mpmath: add py37 support (diff) | |
download | gentoo-ecf01fc3d39b54c72ea92458b2216b41fcc9dfb9.tar.gz gentoo-ecf01fc3d39b54c72ea92458b2216b41fcc9dfb9.tar.bz2 gentoo-ecf01fc3d39b54c72ea92458b2216b41fcc9dfb9.zip |
dev-python/pyglet: 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/pyglet')
-rw-r--r-- | dev-python/pyglet/pyglet-1.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyglet/pyglet-1.2.4.ebuild b/dev-python/pyglet/pyglet-1.2.4.ebuild index ef62a91fc9fa..45e67798e4f7 100644 --- a/dev-python/pyglet/pyglet-1.2.4.ebuild +++ b/dev-python/pyglet/pyglet-1.2.4.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=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 virtualx |