From 17c0936aa3eb24f209028a86c2eeaeabdc63b2fe Mon Sep 17 00:00:00 2001 From: David Denoncin Date: Sat, 26 Mar 2022 15:14:09 +0100 Subject: dev-python/pylatex: update EAPI 7 -> 8 Signed-off-by: David Denoncin Signed-off-by: Florian Schmaus --- dev-python/pylatex/pylatex-1.4.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev-python/pylatex/pylatex-1.4.1.ebuild') diff --git a/dev-python/pylatex/pylatex-1.4.1.ebuild b/dev-python/pylatex/pylatex-1.4.1.ebuild index e22369be0021..b244a3c9b078 100644 --- a/dev-python/pylatex/pylatex-1.4.1.ebuild +++ b/dev-python/pylatex/pylatex-1.4.1.ebuild @@ -1,12 +1,13 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_PN="PyLaTeX" MY_P="${MY_PN}-${PV}" PYTHON_COMPAT=( python3_{7,8,9} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 optfeature -- cgit v1.2.3-65-gdbad