diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-12 16:53:53 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-12 17:47:10 -0500 |
commit | ea093911146127881854f3927c4b08bde7dcd115 (patch) | |
tree | e299a1cebc0d2e80737df43a90d71d95bb5593b8 /dev-python/docker-pycreds | |
parent | dev-python/python-zaqarclient: 1.11.0 bump (diff) | |
download | gentoo-ea093911146127881854f3927c4b08bde7dcd115.tar.gz gentoo-ea093911146127881854f3927c4b08bde7dcd115.tar.bz2 gentoo-ea093911146127881854f3927c4b08bde7dcd115.zip |
dev-python/docker-pycreds: add py37 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/docker-pycreds')
-rw-r--r-- | dev-python/docker-pycreds/docker-pycreds-0.3.0.ebuild | 2 | ||||
-rw-r--r-- | 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" |