Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylatex/
Date: Fri, 01 Apr 2022 18:22:21
Message-Id: 1648837333.17c0936aa3eb24f209028a86c2eeaeabdc63b2fe.flow@gentoo
1 commit: 17c0936aa3eb24f209028a86c2eeaeabdc63b2fe
2 Author: David Denoncin <ddenoncin <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 26 14:14:09 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 18:22:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c0936a
7
8 dev-python/pylatex: update EAPI 7 -> 8
9
10 Signed-off-by: David Denoncin <ddenoncin <AT> gmail.com>
11 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
12
13 dev-python/pylatex/pylatex-1.4.1.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pylatex/pylatex-1.4.1.ebuild b/dev-python/pylatex/pylatex-1.4.1.ebuild
17 index e22369be0021..b244a3c9b078 100644
18 --- a/dev-python/pylatex/pylatex-1.4.1.ebuild
19 +++ b/dev-python/pylatex/pylatex-1.4.1.ebuild
20 @@ -1,12 +1,13 @@
21 -# Copyright 2020-2021 Gentoo Authors
22 +# Copyright 2020-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=8
27
28 MY_PN="PyLaTeX"
29 MY_P="${MY_PN}-${PV}"
30
31 PYTHON_COMPAT=( python3_{7,8,9} )
32 +DISTUTILS_USE_PEP517=setuptools
33
34 inherit distutils-r1 optfeature