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 974891382C5 for ; Sat, 27 Feb 2021 23:43:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0AE8E08FC; Sat, 27 Feb 2021 23:43:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B31B1E08FC for ; Sat, 27 Feb 2021 23:43:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FE76341102 for ; Sat, 27 Feb 2021 23:43:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DEFF53 for ; Sat, 27 Feb 2021 23:43:36 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1614469340.b4d14c97fe7b4a7bc772c294662c3a5eb31f163a.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: pyproject.toml X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: b4d14c97fe7b4a7bc772c294662c3a5eb31f163a X-VCS-Branch: master Date: Sat, 27 Feb 2021 23:43:36 +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: 59e7acdc-2f59-4ca0-ba7a-d51739bb5f03 X-Archives-Hash: 81da8e2a3e72e4b3a00ce6b1d3ae2d18 commit: b4d14c97fe7b4a7bc772c294662c3a5eb31f163a Author: Zac Medico gentoo org> AuthorDate: Sat Feb 27 23:40:03 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Feb 27 23:42:20 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b4d14c97 Add pyproject.toml Signed-off-by: Zac Medico gentoo.org> pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..646e59c96 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[build-system] +requires = [ + "setuptools", + "wheel", +] +build-backend = "setuptools.build_meta"