diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 06:25:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 06:50:04 +0100 |
commit | 38c00b4522ee37f96062d80aee905c7e5071ec5f (patch) | |
tree | 672974ed2ec06816fc52c6f5cb5cf6fa811213f1 /dev-python/deprecation | |
parent | media-gfx/sxiv: version bump to 26 (diff) | |
download | gentoo-38c00b4522ee37f96062d80aee905c7e5071ec5f.tar.gz gentoo-38c00b4522ee37f96062d80aee905c7e5071ec5f.tar.bz2 gentoo-38c00b4522ee37f96062d80aee905c7e5071ec5f.zip |
dev-python/deprecation: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/deprecation')
-rw-r--r-- | dev-python/deprecation/deprecation-1.0.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/deprecation/deprecation-2.0.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/deprecation/deprecation-2.0.7.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/deprecation/deprecation-1.0.1.ebuild b/dev-python/deprecation/deprecation-1.0.1.ebuild index 823f76d0e981..54100da58a3a 100644 --- a/dev-python/deprecation/deprecation-1.0.1.ebuild +++ b/dev-python/deprecation/deprecation-1.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="A library to handle automated deprecations" diff --git a/dev-python/deprecation/deprecation-2.0.6.ebuild b/dev-python/deprecation/deprecation-2.0.6.ebuild index 18e20d00af4d..6d059b817144 100644 --- a/dev-python/deprecation/deprecation-2.0.6.ebuild +++ b/dev-python/deprecation/deprecation-2.0.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/deprecation/deprecation-2.0.7.ebuild b/dev-python/deprecation/deprecation-2.0.7.ebuild index a3979c046d27..2be319862dc2 100644 --- a/dev-python/deprecation/deprecation-2.0.7.ebuild +++ b/dev-python/deprecation/deprecation-2.0.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1 |