Gentoo Archives: gentoo-dev

From: "Tomáš Chvátal" <scarabeus@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Minor changes in python.eclass and distutils.eclass
Date: Mon, 05 Jul 2010 16:38:02
Message-Id: 4C3209F9.9060503@gentoo.org
In Reply to: Re: [gentoo-dev] Minor changes in python.eclass and distutils.eclass by Arfrever Frehtes Taifersar Arahesis
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Dne 5.7.2010 18:34, Arfrever Frehtes Taifersar Arahesis napsal(a):
5 > 2010-07-05 18:26:40 Samuli Suominen napisał(a):
6 >> On 07/05/2010 07:17 PM, Arfrever Frehtes Taifersar Arahesis wrote:
7 >>> 2010-07-05 18:13:26 Samuli Suominen napisał(a):
8 >>>> On 07/05/2010 06:23 PM, Arfrever Frehtes Taifersar Arahesis wrote:
9 >>>>> These minor changes in python.eclass and distutils.eclass have been already
10 >>>>> reviewed on alias of Gentoo Python Project. It's recommended to be familiar
11 >>>>> with internals of current code before trying to understand these minor changes.
12 >>>>> Suggestions about indentation and quoting will be rejected.
13 >>>>>
14 >>>>
15 >>>> You have been already told to get rid of all the color customizations in
16 >>>> the python eclasses here:
17 >>>>
18 >>>> http://bugs.gentoo.org/show_bug.cgi?id=309057#c2
19 >>>> http://bugs.gentoo.org/show_bug.cgi?id=309057#c3
20 >>>>
21 >>>> [ .. ]
22 >>>>
23 >>>> http://bugs.gentoo.org/show_bug.cgi?id=309057#c5
24 >>>>
25 >>>> The bug was wrongly closed as fixed, as it's not really fixed before
26 >>>> it's all punted
27 >>>
28 >>> Colors can be used with echo.
29 >>>
30 >>
31 >> Stop using echo for output and switch to standard output functions, like
32 >> einfo/eerror/elog/... like told in
33 >> http://bugs.gentoo.org/show_bug.cgi?id=309057#c5
34 >
35 > You should read relevant part of comment #7:
36 > "The colors can of course be continued to be used in outputs that are purely build
37 > time outputting and not for communicating things for users like what cmake builds do."
38 >
39 > python.eclass uses colors for build time outputting, which doesn't communicate anything for users.
40 >
41 + echo " ${_RED}*${_NORMAL} ${_RED}Deprecation Warning: NEED_PYTHON
42 variable is deprecated and will be banned on 2010-10-01.${_NORMAL}"
43 + echo " ${_RED}*${_NORMAL} ${_RED}Use PYTHON_DEPEND variable instead of
44 NEED_PYTHON variable.${_NORMAL}"
45 + echo " ${_RED}*${_NORMAL} ${_RED}The ebuild needs to be fixed. Please
46 report a bug, if it has not been already reported.${_NORMAL}"
47
48 The above is build outputting since when?
49 -----BEGIN PGP SIGNATURE-----
50 Version: GnuPG v2.0.15 (GNU/Linux)
51 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
52
53 iEYEARECAAYFAkwyCfkACgkQHB6c3gNBRYd2yQCgrpR4HKMnCIqyRbN9eAomZwRK
54 b8oAnjBW16mkxb7B5hpbqZXN5IQ4W4oy
55 =xV10
56 -----END PGP SIGNATURE-----

Replies

Subject Author
Re: [gentoo-dev] Minor changes in python.eclass and distutils.eclass Arfrever Frehtes Taifersar Arahesis <Arfrever@g.o>