commit:     17c0936aa3eb24f209028a86c2eeaeabdc63b2fe
Author:     David Denoncin <ddenoncin <AT> gmail <DOT> com>
AuthorDate: Sat Mar 26 14:14:09 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 18:22:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c0936a

dev-python/pylatex: update EAPI 7 -> 8

Signed-off-by: David Denoncin <ddenoncin <AT> gmail.com>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-python/pylatex/pylatex-1.4.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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
 

Reply via email to