diff options
author | 2019-01-27 16:17:37 -0600 | |
---|---|---|
committer | 2019-01-27 18:24:18 -0600 | |
commit | ef1c30f230f1301153647caf5c166d9b9dfb49c2 (patch) | |
tree | 41f571a144ae0a6d6127a040f394713ced42063c /dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild | |
parent | dev-python/traitlets: add py37 support (diff) | |
download | gentoo-ef1c30f230f1301153647caf5c166d9b9dfb49c2.tar.gz gentoo-ef1c30f230f1301153647caf5c166d9b9dfb49c2.tar.bz2 gentoo-ef1c30f230f1301153647caf5c166d9b9dfb49c2.zip |
dev-python/sphinxcontrib-github-alt: 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/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild')
-rw-r--r-- | dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild index 3b4abe48a54a..66a032911b43 100644 --- a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild +++ b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-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=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 |