summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-18 15:57:17 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-18 15:58:43 +0200
commit587c39d596d4bcf2eebdcf78bc3d7dcc296e65a9 (patch)
tree45cb7e68753cc2caa7b3c18d53e8d24416e91d2f /sys-process
parentsys-process/bpytop: Remove old (diff)
downloadgentoo-587c39d596d4bcf2eebdcf78bc3d7dcc296e65a9.tar.gz
gentoo-587c39d596d4bcf2eebdcf78bc3d7dcc296e65a9.tar.bz2
gentoo-587c39d596d4bcf2eebdcf78bc3d7dcc296e65a9.zip
sys-process/bpytop: Use PEP517 build
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/bpytop/bpytop-1.0.68-r1.ebuild (renamed from sys-process/bpytop/bpytop-1.0.68.ebuild)6
1 files 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
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}]