commit: a2858fc4b90358784eded451c97937ebeed01e5b
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
AuthorDate: Mon Jun 9 08:19:56 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
CommitDate: Mon Jun 9 08:53:41 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a2858fc4
dev-python/traits: DISTUTILS_EXT=1
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/traits/{traits-6.3.2.ebuild => traits-6.3.2-r1.ebuild} | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/traits/traits-6.3.2.ebuild
b/dev-python/traits/traits-6.3.2-r1.ebuild
similarity index 89%
rename from dev-python/traits/traits-6.3.2.ebuild
rename to dev-python/traits/traits-6.3.2-r1.ebuild
index 07f8c032b..b85df9c6c 100644
--- a/dev-python/traits/traits-6.3.2.ebuild
+++ b/dev-python/traits/traits-6.3.2-r1.ebuild
@@ -4,6 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi
@@ -30,7 +31,3 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
-python_test() {
- cd "${BUILD_DIR}"/lib || die
- ${EPYTHON} -m unittest discover || die
-}