Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/symengine/
Date: Wed, 26 Jul 2017 20:07:20
Message-Id: 1501099623.a7ed1c063ee79cf8c1a734905f575ecf92a7beea.bicatali@gentoo
1 commit: a7ed1c063ee79cf8c1a734905f575ecf92a7beea
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 26 18:50:07 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 20:07:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ed1c06
7
8 dev-python/symengine: avoid collision of README file with sci-libs/symengine
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/symengine/symengine-0.3.0.ebuild | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/dev-python/symengine/symengine-0.3.0.ebuild b/dev-python/symengine/symengine-0.3.0.ebuild
16 index a9cd678259a..b972a264b22 100644
17 --- a/dev-python/symengine/symengine-0.3.0.ebuild
18 +++ b/dev-python/symengine/symengine-0.3.0.ebuild
19 @@ -31,3 +31,9 @@ python_test() {
20 cd "${BUILD_DIR}"
21 nosetests -v || die "tests failed with ${EPYTHON}"
22 }
23 +
24 +python_install_all() {
25 + distutils-r1_python_prepare_all
26 + rm "${ED}"/usr/share/doc/${PF}/README.md || die
27 + newdoc README.md ${PN}.py.md
28 +}