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 9E67515814C for ; Mon, 6 Nov 2023 14:38:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9077D2BC0B6; Mon, 6 Nov 2023 14:38:45 +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 767FD2BC0B8 for ; Mon, 6 Nov 2023 14:38:45 +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 7755D335CD6 for ; Mon, 6 Nov 2023 14:38:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CED101325 for ; Mon, 6 Nov 2023 14:38:42 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1699275313.e08dd1b347421d3bca8e865cccb7a4f702f5a32b.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/rstcheck/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/rstcheck/rstcheck-6.2.0.ebuild X-VCS-Directories: dev-python/rstcheck/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e08dd1b347421d3bca8e865cccb7a4f702f5a32b X-VCS-Branch: master Date: Mon, 6 Nov 2023 14:38:42 +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: e38f2eda-c7d3-44de-8122-7a958ea9dd39 X-Archives-Hash: 1d22a03084a166150caaf247556baea3 commit: e08dd1b347421d3bca8e865cccb7a4f702f5a32b Author: Samuel Bernardo gmail com> AuthorDate: Mon Nov 6 11:42:45 2023 +0000 Commit: David Roman gmail com> CommitDate: Mon Nov 6 12:55:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e08dd1b3 dev-python/rstcheck: run tests with setuptools Proetry is not yet supported as expected. So moving back to setuptools. Signed-off-by: Samuel Bernardo gmail.com> dev-python/rstcheck/rstcheck-6.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rstcheck/rstcheck-6.2.0.ebuild b/dev-python/rstcheck/rstcheck-6.2.0.ebuild index 2b96d45dc4..e05ea0b860 100644 --- a/dev-python/rstcheck/rstcheck-6.2.0.ebuild +++ b/dev-python/rstcheck/rstcheck-6.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -DISTUTILS_USE_PEP517=poetry +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi