diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:19:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:38:07 +0100 |
commit | 8c00fe52a8d722d064e0a0fb5f8b561fbb74415c (patch) | |
tree | 28ff7bb5e9fb791e570025f40b386a12ccd1ef5c /dev-python/tempora | |
parent | net-im/slack-bin: revbump due to changed RDEPEND (diff) | |
download | gentoo-8c00fe52a8d722d064e0a0fb5f8b561fbb74415c.tar.gz gentoo-8c00fe52a8d722d064e0a0fb5f8b561fbb74415c.tar.bz2 gentoo-8c00fe52a8d722d064e0a0fb5f8b561fbb74415c.zip |
dev-python/tempora: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tempora')
-rw-r--r-- | dev-python/tempora/tempora-1.12.ebuild | 2 | ||||
-rw-r--r-- | dev-python/tempora/tempora-1.14.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/tempora/tempora-1.7.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/tempora/tempora-1.12.ebuild b/dev-python/tempora/tempora-1.12.ebuild index cc23b21d6a60..9718791ac174 100644 --- a/dev-python/tempora/tempora-1.12.ebuild +++ b/dev-python/tempora/tempora-1.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_6} ) +PYTHON_COMPAT=( pypy3 python3_6 ) inherit distutils-r1 diff --git a/dev-python/tempora/tempora-1.14.1-r1.ebuild b/dev-python/tempora/tempora-1.14.1-r1.ebuild index bf3ea9a1612a..6700597ab1f5 100644 --- a/dev-python/tempora/tempora-1.14.1-r1.ebuild +++ b/dev-python/tempora/tempora-1.14.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) inherit distutils-r1 diff --git a/dev-python/tempora/tempora-1.7.ebuild b/dev-python/tempora/tempora-1.7.ebuild index b3164fe52561..0bd03e54f10c 100644 --- a/dev-python/tempora/tempora-1.7.ebuild +++ b/dev-python/tempora/tempora-1.7.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 |