diff options
author | David Denoncin <ddenoncin@gmail.com> | 2022-03-26 15:14:09 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-04-01 20:22:13 +0200 |
commit | 17c0936aa3eb24f209028a86c2eeaeabdc63b2fe (patch) | |
tree | b689cdc4b78f2c6715e493337c450dafb4ca6da9 /dev-python/pylatex/pylatex-1.4.1.ebuild | |
parent | www-client/microsoft-edge: remove old (diff) | |
download | gentoo-17c0936aa3eb24f209028a86c2eeaeabdc63b2fe.tar.gz gentoo-17c0936aa3eb24f209028a86c2eeaeabdc63b2fe.tar.bz2 gentoo-17c0936aa3eb24f209028a86c2eeaeabdc63b2fe.zip |
dev-python/pylatex: update EAPI 7 -> 8
Signed-off-by: David Denoncin <ddenoncin@gmail.com>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-python/pylatex/pylatex-1.4.1.ebuild')
-rw-r--r-- | dev-python/pylatex/pylatex-1.4.1.ebuild | 5 |
1 files 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 |