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/httplib2/
Date: Tue, 29 Sep 2015 08:34:56
Message-Id: 1443515685.fbe6ff561b7a137fd273981ae77947d19b23fa75.jlec@gentoo
1 commit: fbe6ff561b7a137fd273981ae77947d19b23fa75
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 08:19:36 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 08:34:45 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe6ff56
7
8 dev-python/httplib2: Set readable bit for egg
9
10 Package-Manager: portage-2.2.22
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 .../httplib2/{httplib2-0.9.2.ebuild => httplib2-0.9.2-r1.ebuild} | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/dev-python/httplib2/httplib2-0.9.2.ebuild b/dev-python/httplib2/httplib2-0.9.2-r1.ebuild
17 similarity index 89%
18 rename from dev-python/httplib2/httplib2-0.9.2.ebuild
19 rename to dev-python/httplib2/httplib2-0.9.2-r1.ebuild
20 index 78cdde8..20df284 100644
21 --- a/dev-python/httplib2/httplib2-0.9.2.ebuild
22 +++ b/dev-python/httplib2/httplib2-0.9.2-r1.ebuild
23 @@ -22,6 +22,11 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
24 # tests connect to random remote sites
25 RESTRICT="test"
26
27 +python_prepare_all() {
28 + chmod o+r */*egg*/* || die
29 + distutils-r1_python_prepare_all
30 +}
31 +
32 python_test() {
33 if [[ ${EPYTHON} == python2.7 ]] ; then
34 cd python2 || die