summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 16:09:16 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 16:17:11 +0200
commit70b161da2abf430c3d36798ae3a31435a8c1bc6c (patch)
treef308b7f8e98671ae0004407928b9693e95010bd2 /dev-python/jinja2_pluralize
parentdev-python/ipaddr: Enable py3.10 (diff)
downloadgentoo-70b161da2abf430c3d36798ae3a31435a8c1bc6c.tar.gz
gentoo-70b161da2abf430c3d36798ae3a31435a8c1bc6c.tar.bz2
gentoo-70b161da2abf430c3d36798ae3a31435a8c1bc6c.zip
dev-python/jinja2_pluralize: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jinja2_pluralize')
-rw-r--r--dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0.ebuild14
1 files 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 7de4f08a6514..00bbd09ea45e 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