diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 06:33:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 06:50:17 +0100 |
commit | 3e745ecdc52e1237dc45a0235ca0c300ae16bd80 (patch) | |
tree | cc33b84ad34aeccd4425890096f252dda796abb3 /dev-python/docker-pycreds | |
parent | dev-python/docker-py: Remove py2 (diff) | |
download | gentoo-3e745ecdc52e1237dc45a0235ca0c300ae16bd80.tar.gz gentoo-3e745ecdc52e1237dc45a0235ca0c300ae16bd80.tar.bz2 gentoo-3e745ecdc52e1237dc45a0235ca0c300ae16bd80.zip |
dev-python/docker-pycreds: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/docker-pycreds')
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild b/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild index f783e6fca03c..8bc846bdf57c 100644 --- a/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild +++ b/dev-python/docker-pycreds/docker-pycreds-0.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Python bindings for the docker credentials store API" diff --git a/dev-python/docker-pycreds/docker-pycreds-0.2.3.ebuild b/dev-python/docker-pycreds/docker-pycreds-0.2.3.ebuild index 1f09c4979e6c..81859dc547cb 100644 --- a/dev-python/docker-pycreds/docker-pycreds-0.2.3.ebuild +++ b/dev-python/docker-pycreds/docker-pycreds-0.2.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Python bindings for the docker credentials store API" 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 4d9f76624b34..7cbc64a4f5da 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_6,3_7} ) +PYTHON_COMPAT=( python{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 441d8e5b124b..9470683dd7de 100644 --- a/dev-python/docker-pycreds/docker-pycreds-0.4.0.ebuild +++ b/dev-python/docker-pycreds/docker-pycreds-0.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Python bindings for the docker credentials store API" |