diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-12 16:11:37 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-12 17:46:58 -0500 |
commit | 2a64717ee8fb255b20f4a8bfb46e71a51f6c4edd (patch) | |
tree | 56e0902cc6ed170a543c2c08fd3d563ca6c98db1 /dev-python/sphinxcontrib-httpdomain | |
parent | dev-python/python-blazarclient: 2.1.0 bump (diff) | |
download | gentoo-2a64717ee8fb255b20f4a8bfb46e71a51f6c4edd.tar.gz gentoo-2a64717ee8fb255b20f4a8bfb46e71a51f6c4edd.tar.bz2 gentoo-2a64717ee8fb255b20f4a8bfb46e71a51f6c4edd.zip |
dev-python/sphinxcontrib-httpdomain: add py37 support to 1.5.0
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-httpdomain')
-rw-r--r-- | dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild index ae5b16a6f800..0642be9980da 100644 --- a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild +++ b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy ) inherit distutils-r1 |