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 5CF6F158020 for ; Wed, 14 Dec 2022 16:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F5BBE07EA; Wed, 14 Dec 2022 16:46:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08884E07EA for ; Wed, 14 Dec 2022 16:46:23 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAB7534107F for ; Wed, 14 Dec 2022 16:46:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BEA27DC for ; Wed, 14 Dec 2022 16:46:19 +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: <1670876755.ae971f61474e8a21ebeb6e8965a6f85e6ad43a9b.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/prawcore/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/prawcore/prawcore-2.3.0.ebuild X-VCS-Directories: dev-python/prawcore/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: ae971f61474e8a21ebeb6e8965a6f85e6ad43a9b X-VCS-Branch: master Date: Wed, 14 Dec 2022 16:46:19 +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: 7f31a705-e8b8-481e-9683-71233c96b82c X-Archives-Hash: 987da3d5310abe2106e2a3d3e2b29edc commit: ae971f61474e8a21ebeb6e8965a6f85e6ad43a9b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Dec 12 20:24:02 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Dec 12 20:25:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae971f61 dev-python/prawcore: PEP517 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/prawcore/prawcore-2.3.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/prawcore/prawcore-2.3.0.ebuild b/dev-python/prawcore/prawcore-2.3.0.ebuild index 72ad8ad10..d6ed6210f 100644 --- a/dev-python/prawcore/prawcore-2.3.0.ebuild +++ b/dev-python/prawcore/prawcore-2.3.0.ebuild @@ -4,6 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Low-level communication layer for PRAW"