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 A530715800F for ; Tue, 31 Jan 2023 09:50:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCBACE01E4; Tue, 31 Jan 2023 09:50:08 +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 98B25E01E4 for ; Tue, 31 Jan 2023 09:50:08 +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 40430335D2E for ; Tue, 31 Jan 2023 09:50:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9128962F for ; Tue, 31 Jan 2023 09:50:05 +0000 (UTC) From: "Samuel Bernardo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Samuel Bernardo" Message-ID: <1675158598.4ca35291f69d10dbe499907727bcd79134152f20.samuelbernardo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/rstcheck/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/rstcheck/rstcheck-6.1.1.ebuild X-VCS-Directories: dev-python/rstcheck/ X-VCS-Committer: samuelbernardo X-VCS-Committer-Name: Samuel Bernardo X-VCS-Revision: 4ca35291f69d10dbe499907727bcd79134152f20 X-VCS-Branch: dev Date: Tue, 31 Jan 2023 09:50:05 +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: c07b5ae8-33aa-4d61-a8b2-a74bca24b7f5 X-Archives-Hash: 04ba77a8496221a782ccc45506a37a6c commit: 4ca35291f69d10dbe499907727bcd79134152f20 Author: Samuel Bernardo gmail com> AuthorDate: Tue Jan 31 09:49:58 2023 +0000 Commit: Samuel Bernardo gmail com> CommitDate: Tue Jan 31 09:49:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ca35291 Set the correct build system for PEP 517 mode Signed-off-by: Samuel Bernardo gmail.com> dev-python/rstcheck/rstcheck-6.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rstcheck/rstcheck-6.1.1.ebuild b/dev-python/rstcheck/rstcheck-6.1.1.ebuild index 76c81d260..c3a90f6c2 100644 --- a/dev-python/rstcheck/rstcheck-6.1.1.ebuild +++ b/dev-python/rstcheck/rstcheck-6.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -DISTUTILS_USE_PEP517=setuptools +DISTUTILS_USE_PEP517=poetry PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1