commit: 530bea0d351f643cccc9330709c0f7d0ab38ae9d
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Aug 13 15:32:49 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Aug 13 15:32:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=530bea0d
app-forensics/mvt: disable py3.10, py3.12
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
app-forensics/mvt/mvt-2.4.1.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/app-forensics/mvt/mvt-2.4.1.ebuild
b/app-forensics/mvt/mvt-2.4.1.ebuild
index 512c9de5e1..bcc8c0e3f6 100644
--- a/app-forensics/mvt/mvt-2.4.1.ebuild
+++ b/app-forensics/mvt/mvt-2.4.1.ebuild
@@ -3,7 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_11 )
inherit distutils-r1
SRC_URI="https://github.com/mvt-project/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
@@ -27,6 +28,3 @@ RDEPEND="
dev-python/tld[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
"
-BDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
-"