From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF61D15808B for ; Fri, 1 Apr 2022 18:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33530E0878; Fri, 1 Apr 2022 18:22:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAF9AE0858 for ; Fri, 1 Apr 2022 18:22:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC39D34141C for ; Fri, 1 Apr 2022 18:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E22829 for ; Fri, 1 Apr 2022 18:22:18 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1648837333.17c0936aa3eb24f209028a86c2eeaeabdc63b2fe.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylatex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylatex/pylatex-1.4.1.ebuild X-VCS-Directories: dev-python/pylatex/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 17c0936aa3eb24f209028a86c2eeaeabdc63b2fe X-VCS-Branch: master Date: Fri, 1 Apr 2022 18:22:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb0ca19d-393e-4f32-bfae-20afd80a2ae9 X-Archives-Hash: fb3257b5535c8ff3fc18cee5df5b1751 commit: 17c0936aa3eb24f209028a86c2eeaeabdc63b2fe Author: David Denoncin gmail com> AuthorDate: Sat Mar 26 14:14:09 2022 +0000 Commit: Florian Schmaus gentoo 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 gmail.com> Signed-off-by: Florian Schmaus 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