commit: 9ce48917374fd0f6a655e345f43f50fc5c94015c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 4 18:41:56 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 4 18:43:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce48917
dev-python/jinja: Remove deprecated python_is_python3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jinja/jinja-2.11.3.ebuild | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/dev-python/jinja/jinja-2.11.3.ebuild
b/dev-python/jinja/jinja-2.11.3.ebuild
index 86b6853a94c4..2daebbcea91d 100644
--- a/dev-python/jinja/jinja-2.11.3.ebuild
+++ b/dev-python/jinja/jinja-2.11.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -36,14 +36,6 @@ src_prepare() {
distutils-r1_src_prepare
}
-python_compile() {
- distutils-r1_python_compile
-
- if ! python_is_python3; then
- rm "${BUILD_DIR}"/lib/jinja2/async*.py || die
- fi
-}
-
python_install() {
distutils-r1_python_install --skip-build
}