mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user