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 D4A41158095 for ; Sun, 18 Sep 2022 13:58:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D200EE086C; Sun, 18 Sep 2022 13:58:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 BA249E086C for ; Sun, 18 Sep 2022 13:58:48 +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 C104E340DA7 for ; Sun, 18 Sep 2022 13:58:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D2FC5DB for ; Sun, 18 Sep 2022 13:58:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1663509523.587c39d596d4bcf2eebdcf78bc3d7dcc296e65a9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/bpytop/bpytop-1.0.68-r1.ebuild sys-process/bpytop/bpytop-1.0.68.ebuild X-VCS-Directories: sys-process/bpytop/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 587c39d596d4bcf2eebdcf78bc3d7dcc296e65a9 X-VCS-Branch: master Date: Sun, 18 Sep 2022 13:58:46 +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: 1fc49f4d-005b-4b6b-b7be-bd978757205e X-Archives-Hash: f0884e3040c29166a1b898b2c688925d commit: 587c39d596d4bcf2eebdcf78bc3d7dcc296e65a9 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 18 13:57:17 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 18 13:58:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587c39d5 sys-process/bpytop: Use PEP517 build Signed-off-by: Michał Górny gentoo.org> .../bpytop/{bpytop-1.0.68.ebuild => bpytop-1.0.68-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-process/bpytop/bpytop-1.0.68.ebuild b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild similarity index 88% rename from sys-process/bpytop/bpytop-1.0.68.ebuild rename to sys-process/bpytop/bpytop-1.0.68-r1.ebuild index ea2db45e6316..70dd6357c461 100644 --- a/sys-process/bpytop/bpytop-1.0.68.ebuild +++ b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild @@ -3,8 +3,9 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7..10} ) -DISTUTILS_USE_SETUPTOOLS=pyproject.toml +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{8..10} ) + inherit distutils-r1 DESCRIPTION="Linux/OSX/FreeBSD resource monitor" @@ -14,7 +15,6 @@ SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86" -IUSE="test" RDEPEND=" >=dev-python/psutil-5.7.1[${PYTHON_USEDEP}]