commit:     ee672ed083b9ef11353088e6b6252c28404d38c7
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 16:27:15 2015 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 16:27:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee672ed0

dev-python/six: Remove pkg_setup check

Running python_foreach_impl from pkg_setup causes more problems
than it is worth.

Bug: https://bugs.gentoo.org/569962

Package-Manager: portage-2.2.26_p32

 dev-python/six/six-1.10.0.ebuild | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/dev-python/six/six-1.10.0.ebuild b/dev-python/six/six-1.10.0.ebuild
index b00b76c..cb6a767 100644
--- a/dev-python/six/six-1.10.0.ebuild
+++ b/dev-python/six/six-1.10.0.ebuild
@@ -26,16 +26,6 @@ PATCHES=(
        "${FILESDIR}"/1.9.0-mapping.patch
        )
 
-pkg_setup() {
-       six_dir_check() {
-               local dir="${ROOT%/}$(python_get_sitedir)"/six
-               if [[ -d "${dir}" ]]; then
-                       die "${PN} doesn't work if ${dir} is a directory 
#546730"
-               fi
-       }
-       python_foreach_impl six_dir_check
-}
-
 python_prepare_all() {
        # https://bitbucket.org/gutworth/six/issues/139/
        sed \

Reply via email to