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 9379D158010 for ; Wed, 18 Jan 2023 22:46:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCB0EE0867; Wed, 18 Jan 2023 22:46:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFCF3E0867 for ; Wed, 18 Jan 2023 22:46:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6F5C3408F9 for ; Wed, 18 Jan 2023 22:46:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9886F851 for ; Wed, 18 Jan 2023 22:46:11 +0000 (UTC) From: "Sergey Torokhov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Torokhov" Message-ID: <1674081818.3ebaca1130d049bad4d59deb0c85653bd88309a9.SergeyTorokhov@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-katex/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.3.ebuild X-VCS-Directories: dev-python/sphinxcontrib-katex/ X-VCS-Committer: SergeyTorokhov X-VCS-Committer-Name: Sergey Torokhov X-VCS-Revision: 3ebaca1130d049bad4d59deb0c85653bd88309a9 X-VCS-Branch: dev Date: Wed, 18 Jan 2023 22:46:11 +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: a9251470-1cff-443f-974e-01caa1582b10 X-Archives-Hash: d6d94857c55e5df95cfc438c29f712cb commit: 3ebaca1130d049bad4d59deb0c85653bd88309a9 Author: Sergey Torokhov yandex ru> AuthorDate: Wed Jan 18 22:43:38 2023 +0000 Commit: Sergey Torokhov yandex ru> CommitDate: Wed Jan 18 22:43:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ebaca11 dev-python/sphinxcontrib-katex: drop python3.8, fix QA setup.cfg warn Signed-off-by: Sergey Torokhov yandex.ru> .../sphinxcontrib-katex/sphinxcontrib-katex-0.9.3.ebuild | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.3.ebuild b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.3.ebuild index a8038a462..64c77dabc 100644 --- a/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.3.ebuild +++ b/dev-python/sphinxcontrib-katex/sphinxcontrib-katex-0.9.3.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 @@ -20,6 +22,11 @@ DOCS=() distutils_enable_sphinx docs +src_prepare() { + default + sed -i -e 's/license_file/license_files/' setup.cfg || die +} + python_install_all() { distutils-r1_python_install_all find "${ED}" -name '*.pth' -delete || die