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 35DD815800F for ; Sun, 15 Jan 2023 16:49:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A058E07EE; Sun, 15 Jan 2023 16:49:07 +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 33A9FE07EE for ; Sun, 15 Jan 2023 16:49:07 +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 10618340F6A for ; Sun, 15 Jan 2023 16:49:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B00BD836 for ; Sun, 15 Jan 2023 16:49:03 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1673801322.2c2a4fb9c89001e40138efb1108c43bf74621651.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/colorcet/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/colorcet/colorcet-2.0.6.ebuild dev-python/colorcet/colorcet-3.0.1.ebuild X-VCS-Directories: dev-python/colorcet/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 2c2a4fb9c89001e40138efb1108c43bf74621651 X-VCS-Branch: master Date: Sun, 15 Jan 2023 16:49:03 +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: a7b70018-b816-491e-8a2f-541a574f0ae4 X-Archives-Hash: 6a206b5566eca0cd6038d9033e7f67d3 commit: 2c2a4fb9c89001e40138efb1108c43bf74621651 Author: Horea Christian chymera eu> AuthorDate: Sun Jan 15 16:48:42 2023 +0000 Commit: Horea Christian gmail com> CommitDate: Sun Jan 15 16:48:42 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2c2a4fb9 dev-python/colorcet: using PEP517 Signed-off-by: Horea Christian chymera.eu> dev-python/colorcet/colorcet-2.0.6.ebuild | 1 + dev-python/colorcet/colorcet-3.0.1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/colorcet/colorcet-2.0.6.ebuild b/dev-python/colorcet/colorcet-2.0.6.ebuild index b35f3923b..ba5c3db0a 100644 --- a/dev-python/colorcet/colorcet-2.0.6.ebuild +++ b/dev-python/colorcet/colorcet-2.0.6.ebuild @@ -7,6 +7,7 @@ EAPI=8 # incorrect" for this package. It isn't. This package imports from neither # "distutils", "packaging", "pkg_resources", nor "setuptools" at runtime. PYTHON_COMPAT=( python3_{10..11} pypy3 ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-python/colorcet/colorcet-3.0.1.ebuild b/dev-python/colorcet/colorcet-3.0.1.ebuild index d47f5d2a4..25182e5d2 100644 --- a/dev-python/colorcet/colorcet-3.0.1.ebuild +++ b/dev-python/colorcet/colorcet-3.0.1.ebuild @@ -7,6 +7,7 @@ EAPI=8 # incorrect" for this package. It isn't. This package imports from neither # "distutils", "packaging", "pkg_resources", nor "setuptools" at runtime. PYTHON_COMPAT=( python3_{10..11} pypy3 ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1