From ea093911146127881854f3927c4b08bde7dcd115 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Fri, 12 Apr 2019 16:53:53 -0500 Subject: [PATCH] dev-python/docker-pycreds: add py37 support Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode --- dev-python/docker-pycreds/docker-pycreds-0.3.0.ebuild | 2 +- dev-python/docker-pycreds/docker-pycreds-0.4.0.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/docker-pycreds/docker-pycreds-0.3.0.ebuild b/dev-python/docker-pycreds/docker-pycreds-0.3.0.ebuild index 819212773049..1afe1b89fcf1 100644 --- a/dev-python/docker-pycreds/docker-pycreds-0.3.0.ebuild +++ b/dev-python/docker-pycreds/docker-pycreds-0.3.0.ebuild @@ -3,7 +3,7 @@ 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 DESCRIPTION="Python bindings for the docker credentials store API" diff --git a/dev-python/docker-pycreds/docker-pycreds-0.4.0.ebuild b/dev-python/docker-pycreds/docker-pycreds-0.4.0.ebuild index fe226cc2add5..8e91cb7cad8a 100644 --- a/dev-python/docker-pycreds/docker-pycreds-0.4.0.ebuild +++ b/dev-python/docker-pycreds/docker-pycreds-0.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # 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 DESCRIPTION="Python bindings for the docker credentials store API" -- 2.26.2