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 206BA15800C for ; Mon, 3 Apr 2023 16:04:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C988EE087F; Mon, 3 Apr 2023 16:04:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AFC0E087F for ; Mon, 3 Apr 2023 16:04:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 017CC335C87 for ; Mon, 3 Apr 2023 16:04:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B260A1A for ; Mon, 3 Apr 2023 16:04:32 +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: <1680537844.17c44c168bdc07b86a0c6a622c43144169d5783c.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pdoc3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pdoc3/pdoc3-0.10.0-r1.ebuild X-VCS-Directories: dev-python/pdoc3/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 17c44c168bdc07b86a0c6a622c43144169d5783c X-VCS-Branch: master Date: Mon, 3 Apr 2023 16:04:32 +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: df5ff69f-70ff-4085-b952-513852e2b4ab X-Archives-Hash: 5f2d575048286e5896edcae70aef4331 commit: 17c44c168bdc07b86a0c6a622c43144169d5783c Author: Florian Schmaus gentoo org> AuthorDate: Mon Apr 3 16:02:22 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Apr 3 16:04:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c44c16 dev-python/pdoc3: Add DISTUTILS_USE_PEP517=setuptools Signed-off-by: Florian Schmaus gentoo.org> dev-python/pdoc3/pdoc3-0.10.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pdoc3/pdoc3-0.10.0-r1.ebuild b/dev-python/pdoc3/pdoc3-0.10.0-r1.ebuild index 53eb83946604..ce0475966b35 100644 --- a/dev-python/pdoc3/pdoc3-0.10.0-r1.ebuild +++ b/dev-python/pdoc3/pdoc3-0.10.0-r1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 pypi