diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-04 19:41:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-04 19:43:20 +0100 |
commit | 9ce48917374fd0f6a655e345f43f50fc5c94015c (patch) | |
tree | 10547fc486ec72c1a3e618862e30499fc6191d19 /dev-python/jinja | |
parent | dev-python/PySocks: Remove deprecated python_is_python3 (diff) | |
download | gentoo-9ce48917374fd0f6a655e345f43f50fc5c94015c.tar.gz gentoo-9ce48917374fd0f6a655e345f43f50fc5c94015c.tar.bz2 gentoo-9ce48917374fd0f6a655e345f43f50fc5c94015c.zip |
dev-python/jinja: Remove deprecated python_is_python3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jinja')
-rw-r--r-- | dev-python/jinja/jinja-2.11.3.ebuild | 10 |
1 files changed, 1 insertions, 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 } |