commit: 565f126cfd7579e909f1a059886d8f4b6d0d445e
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Apr 1 11:28:44 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Apr 1 11:28:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=565f126c
dev-python/biplist: disable tests
Depends on dev-python/nose
which was dropped from ::gentoo
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/biplist/biplist-1.0.3.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/biplist/biplist-1.0.3.ebuild
b/dev-python/biplist/biplist-1.0.3.ebuild
index ce8a3811cb..bc03751ae2 100644
--- a/dev-python/biplist/biplist-1.0.3.ebuild
+++ b/dev-python/biplist/biplist-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,9 +16,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND} )"
+# DEPEND="test? ( ${RDEPEND} )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
PATCHES=( "${FILESDIR}/${PN}-python3-compat.patch" )
-distutils_enable_tests nose
+# Removed from ::gentoo
+# distutils_enable_tests nose