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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52577158086 for ; Thu, 7 Oct 2021 10:22:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C382E0867; Thu, 7 Oct 2021 10:22:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D0F4E0867 for ; Thu, 7 Oct 2021 10:22:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2D9E343368 for ; Thu, 7 Oct 2021 10:22:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 318BCEC for ; Thu, 7 Oct 2021 10:22:47 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1633602165.b090fff1a890f67fd6c216e6e5e229f253ef9895.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/rstr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/rstr/rstr-3.0.0.ebuild X-VCS-Directories: dev-python/rstr/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: b090fff1a890f67fd6c216e6e5e229f253ef9895 X-VCS-Branch: dev Date: Thu, 7 Oct 2021 10:22:47 +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: 9dfe5cb3-cb8d-4859-9461-3465936fbca3 X-Archives-Hash: 22b564cf013bacbebcf532cc817f48ac commit: b090fff1a890f67fd6c216e6e5e229f253ef9895 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Oct 7 09:59:58 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu Oct 7 10:22:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b090fff1 dev-python/rstr: build with pyproject Closes: https://bugs.gentoo.org/816768 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/rstr/rstr-3.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/rstr/rstr-3.0.0.ebuild b/dev-python/rstr/rstr-3.0.0.ebuild index af5142c3c..c6519bfff 100644 --- a/dev-python/rstr/rstr-3.0.0.ebuild +++ b/dev-python/rstr/rstr-3.0.0.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_SETUPTOOLS=pyproject.toml PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1