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 0B7CE158020 for ; Mon, 12 Dec 2022 10:31:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04206E0855; Mon, 12 Dec 2022 10:31:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4458E0855 for ; Mon, 12 Dec 2022 10:31:44 +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 E7AD93410BD for ; Mon, 12 Dec 2022 10:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2847177A for ; Mon, 12 Dec 2022 10:31:42 +0000 (UTC) From: "Nicola Smaniotto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicola Smaniotto" Message-ID: <1670840889.476c777feb3741052acca918d52b44bc32c4c7ba.smaniotto.nicola@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/urlmatch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild X-VCS-Directories: dev-python/urlmatch/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: 476c777feb3741052acca918d52b44bc32c4c7ba X-VCS-Branch: dev Date: Mon, 12 Dec 2022 10:31: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: 45fefbf9-7739-480e-9d76-a2173ba9f609 X-Archives-Hash: 40f7af0999d0a91d568f1386dcfca333 commit: 476c777feb3741052acca918d52b44bc32c4c7ba Author: Nicola Smaniotto gmail com> AuthorDate: Mon Dec 12 10:28:09 2022 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Mon Dec 12 10:28:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=476c777f dev-python/urlmatch: PEP517 Signed-off-by: Nicola Smaniotto gmail.com> dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild b/dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild index db6e61ee1..e5e87f335 100644 --- a/dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild +++ b/dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild @@ -4,6 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1