Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
Date: Mon, 28 Sep 2015 12:13:08
Message-Id: 1443441672.aa3065ceb50691b758891438553c1f33eacb417d.jlec@gentoo
1 commit: aa3065ceb50691b758891438553c1f33eacb417d
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 12:01:12 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 12:01:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3065ce
7
8 dev-python/pytest: Remove w for world
9
10 Package-Manager: portage-2.2.22
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/pytest/{pytest-2.8.0.ebuild => pytest-2.8.0-r1.ebuild} | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/pytest/pytest-2.8.0.ebuild b/dev-python/pytest/pytest-2.8.0-r1.ebuild
17 similarity index 98%
18 rename from dev-python/pytest/pytest-2.8.0.ebuild
19 rename to dev-python/pytest/pytest-2.8.0-r1.ebuild
20 index 9c8599a..7e73bf5 100644
21 --- a/dev-python/pytest/pytest-2.8.0.ebuild
22 +++ b/dev-python/pytest/pytest-2.8.0-r1.ebuild
23 @@ -35,6 +35,7 @@ DEPEND="${RDEPEND}
24 )"
25
26 python_prepare_all() {
27 + chmod o-w *egg*/* || die
28 # Disable versioning of py.test script to avoid collision with
29 # versioning performed by the eclass.
30 sed -e "s/return points/return {'py.test': target}/" -i setup.py || die "sed failed"