commit:     b397b9635ad1956327c1ba21bd2adb9d243e90c8
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Mon Oct 31 16:59:26 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Oct 31 16:59:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b397b963

dev-python/jinja2: add DISTUTILS_USE_PEP517

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 dev-python/jinja2-cli/jinja2-cli-0.8.2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/jinja2-cli/jinja2-cli-0.8.2.ebuild 
b/dev-python/jinja2-cli/jinja2-cli-0.8.2.ebuild
index 5cc48a23f..4120b9548 100644
--- a/dev-python/jinja2-cli/jinja2-cli-0.8.2.ebuild
+++ b/dev-python/jinja2-cli/jinja2-cli-0.8.2.ebuild
@@ -1,15 +1,16 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 
 DESCRIPTION="CLI for Jinja2"
 HOMEPAGE="https://github.com/mattrobenolt/jinja2-cli";
-SRC_URI="https://github.com/mattrobenolt/jinja2-cli/archive/refs/tags/0.8.2.tar.gz
 -> ${P}.tar.gz"
+SRC_URI="https://github.com/mattrobenolt/jinja2-cli/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"

Reply via email to