Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Patches for python.eclass and distutils.eclass
Date: Wed, 15 Dec 2010 14:56:50
Message-Id: 19720.55043.195324.570895@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-dev] Patches for python.eclass and distutils.eclass by Arfrever Frehtes Taifersar Arahesis
1 >>>>> On Wed, 15 Dec 2010, Arfrever Frehtes Taifersar Arahesis wrote:
2
3 >+ sed -e "1s:^#![[:space:]]*\([^[:space:]]*/usr/bin/env[[:space:]]\)\?[[:space:]]*\([^[:space:]]*/\)\?\(jython\|python\)\([[:digit:]]\+\(\.[[:digit:]]\+\)\?\)\?\(\$\|[[:space:]].*\):#!\1\2${python_interpreter}\6:" -i "${file}" || die "Conversion of shebang in '${file}' failed"
4 >+ echo ${_BOLD}"$(PYTHON)" "${setup_file}" "${DISTUTILS_GLOBAL_OPTIONS[@]}" $([[ -z "${DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES}" ]] && echo build -b "$(_distutils_get_build_dir)") install --no-compile --root="${T}/images/${PYTHON_ABI}" "$@"${_NORMAL}
5
6 This is unreadable. Could you please use a reasonable line length
7 below 80 characters? In your mail message and (more important) in the
8 eclasses.
9
10 Thanks
11 Ulrich