commit:     b711a2572cd074ebb71c58e934fa82d7e19802d6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 09:46:03 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 19:58:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b711a257

dev-python/ruamel-std-pathlib: Use distutils_write_namespace

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2-r1.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2-r1.ebuild 
b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2-r1.ebuild
index 7ebe0572a78b..ada76ed82820 100644
--- a/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2-r1.ebuild
+++ b/dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2-r1.ebuild
@@ -30,11 +30,6 @@ python_compile() {
 }
 
 python_test() {
-       # this is needed to keep the tests working while
-       # dev-python/namespace-ruamel is still installed
-       cat > "${BUILD_DIR}/install$(python_get_sitedir)"/ruamel/__init__.py 
<<-EOF || die
-               __path__ = __import__('pkgutil').extend_path(__path__, __name__)
-       EOF
+       distutils_write_namespace ruamel
        epytest
-       rm "${BUILD_DIR}/install$(python_get_sitedir)"/ruamel/__init__.py || die
 }

Reply via email to