Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/six/
Date: Mon, 28 Dec 2015 16:28:09
Message-Id: 1451320039.ee672ed083b9ef11353088e6b6252c28404d38c7.floppym@gentoo
1 commit: ee672ed083b9ef11353088e6b6252c28404d38c7
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 16:27:15 2015 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 16:27:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee672ed0
7
8 dev-python/six: Remove pkg_setup check
9
10 Running python_foreach_impl from pkg_setup causes more problems
11 than it is worth.
12
13 Bug: https://bugs.gentoo.org/569962
14
15 Package-Manager: portage-2.2.26_p32
16
17 dev-python/six/six-1.10.0.ebuild | 10 ----------
18 1 file changed, 10 deletions(-)
19
20 diff --git a/dev-python/six/six-1.10.0.ebuild b/dev-python/six/six-1.10.0.ebuild
21 index b00b76c..cb6a767 100644
22 --- a/dev-python/six/six-1.10.0.ebuild
23 +++ b/dev-python/six/six-1.10.0.ebuild
24 @@ -26,16 +26,6 @@ PATCHES=(
25 "${FILESDIR}"/1.9.0-mapping.patch
26 )
27
28 -pkg_setup() {
29 - six_dir_check() {
30 - local dir="${ROOT%/}$(python_get_sitedir)"/six
31 - if [[ -d "${dir}" ]]; then
32 - die "${PN} doesn't work if ${dir} is a directory #546730"
33 - fi
34 - }
35 - python_foreach_impl six_dir_check
36 -}
37 -
38 python_prepare_all() {
39 # https://bitbucket.org/gutworth/six/issues/139/
40 sed \