From 587c39d596d4bcf2eebdcf78bc3d7dcc296e65a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 18 Sep 2022 15:57:17 +0200 Subject: [PATCH] sys-process/bpytop: Use PEP517 build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../{bpytop-1.0.68.ebuild => bpytop-1.0.68-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename sys-process/bpytop/{bpytop-1.0.68.ebuild => bpytop-1.0.68-r1.ebuild} (88%) 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 ea2db45e63163..70dd6357c4616 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}]