diff options
Diffstat (limited to 'dev-python/schema')
-rw-r--r-- | dev-python/schema/schema-0.7.2-r2.ebuild (renamed from dev-python/schema/schema-0.7.2-r1.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/schema/schema-0.7.2-r1.ebuild b/dev-python/schema/schema-0.7.2-r2.ebuild index ba8d641..ad51dde 100644 --- a/dev-python/schema/schema-0.7.2-r1.ebuild +++ b/dev-python/schema/schema-0.7.2-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 @@ -20,4 +20,4 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - =dev-python/contextlib2-0.5.5[${PYTHON_USEDEP}]" + >=dev-python/contextlib2-0.5.5[${PYTHON_USEDEP}]" |