summaryrefslogtreecommitdiff
path: root/dev-python/ruamel-std-pathlib
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 01:42:25 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 01:42:25 +0000
commita5d4befb137af47bb51825ecb406c2ae2ecd41f0 (patch)
tree0164edbde796f6f892a3ababb3f2b0ef64c02565 /dev-python/ruamel-std-pathlib
parent968755dacf7e03a29e13a832ee1b72986e3c4e5f (diff)
downloadbaldeagleos-repo-a5d4befb137af47bb51825ecb406c2ae2ecd41f0.tar.gz
baldeagleos-repo-a5d4befb137af47bb51825ecb406c2ae2ecd41f0.tar.xz
baldeagleos-repo-a5d4befb137af47bb51825ecb406c2ae2ecd41f0.zip
Adding metadata
Diffstat (limited to 'dev-python/ruamel-std-pathlib')
-rw-r--r--dev-python/ruamel-std-pathlib/ruamel-std-pathlib-0.9.2-r1.ebuild7
1 files changed, 1 insertions, 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 b5760231b763..9e83223de03d 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
}