dev-python/symengine: avoid collision of README file with sci-libs/symengine

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Sébastien Fabbro
2017-07-26 18:50:07 +00:00
parent ecc19feb9b
commit a7ed1c063e

View File

@@ -31,3 +31,9 @@ python_test() {
cd "${BUILD_DIR}"
nosetests -v || die "tests failed with ${EPYTHON}"
}
python_install_all() {
distutils-r1_python_prepare_all
rm "${ED}"/usr/share/doc/${PF}/README.md || die
newdoc README.md ${PN}.py.md
}