From: Matthew Thode Date: Fri, 12 Apr 2019 21:54:32 +0000 (-0500) Subject: dev-python/docker-py: add py37 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6c1283e43614a602e66a58a60cf0e494ddb31a0d;p=gentoo.git dev-python/docker-py: add py37 support Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode --- diff --git a/dev-python/docker-py/docker-py-3.6.0.ebuild b/dev-python/docker-py/docker-py-3.6.0.ebuild index 3172ff7b12b2..ade88d0e8279 100644 --- a/dev-python/docker-py/docker-py-3.6.0.ebuild +++ b/dev-python/docker-py/docker-py-3.6.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} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit distutils-r1 diff --git a/dev-python/docker-py/docker-py-3.7.0.ebuild b/dev-python/docker-py/docker-py-3.7.0.ebuild index 23df023bffa4..baf8b55a5049 100644 --- a/dev-python/docker-py/docker-py-3.7.0.ebuild +++ b/dev-python/docker-py/docker-py-3.7.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} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit distutils-r1