commit:     70b161da2abf430c3d36798ae3a31435a8c1bc6c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  5 14:09:16 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 14:17:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b161da

dev-python/jinja2_pluralize: Enable py3.10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0.ebuild | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0.ebuild 
b/dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0.ebuild
index 7de4f08a651..00bbd09ea45 100644
--- a/dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0.ebuild
+++ b/dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -16,10 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="dev-python/inflect[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
+RDEPEND="
+       dev-python/inflect[${PYTHON_USEDEP}]
        dev-python/jinja[${PYTHON_USEDEP}]"
 
-python_test() {
-       esetup.py test || die "tests failed with ${EPYTHON}"
-}
+distutils_enable_tests setup.py

Reply via email to