diff options
author | 2020-03-16 12:49:49 +0100 | |
---|---|---|
committer | 2020-03-16 12:59:52 +0100 | |
commit | 48d018849941bd883625c7c6dcae056764168558 (patch) | |
tree | eb5338dcb5b06ad839f7b0542757127282310c19 /dev-python/deprecated | |
parent | dev-python/PyGithub: Remove old (diff) | |
download | gentoo-48d018849941bd883625c7c6dcae056764168558.tar.gz gentoo-48d018849941bd883625c7c6dcae056764168558.tar.bz2 gentoo-48d018849941bd883625c7c6dcae056764168558.zip |
dev-python/deprecated: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/deprecated')
-rw-r--r-- | dev-python/deprecated/deprecated-1.2.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/deprecated/deprecated-1.2.7.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/deprecated/deprecated-1.2.6.ebuild b/dev-python/deprecated/deprecated-1.2.6.ebuild index 28c8ff5ffb19..96830f8dde46 100644 --- a/dev-python/deprecated/deprecated-1.2.6.ebuild +++ b/dev-python/deprecated/deprecated-1.2.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="Python @deprecated decorator to deprecate old API" diff --git a/dev-python/deprecated/deprecated-1.2.7.ebuild b/dev-python/deprecated/deprecated-1.2.7.ebuild index c5ef661a2a3f..a6bed5059a0d 100644 --- a/dev-python/deprecated/deprecated-1.2.7.ebuild +++ b/dev-python/deprecated/deprecated-1.2.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 DESCRIPTION="Python @deprecated decorator to deprecate old API" |