Gentoo Archives: gentoo-dev

From: Arfrever Frehtes Taifersar Arahesis <Arfrever@g.o>
To: Gentoo Development <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] Minor changes in python.eclass and distutils.eclass
Date: Mon, 05 Jul 2010 19:59:28
Message-Id: 201007052159.11652.Arfrever@gentoo.org
In Reply to: Re: [gentoo-dev] Minor changes in python.eclass and distutils.eclass by "Petteri Räty"
1 2010-07-05 20:26:19 Petteri Räty napisał(a):
2 > On 07/05/2010 06:23 PM, Arfrever Frehtes Taifersar Arahesis wrote:
3 > > These minor changes in python.eclass and distutils.eclass have been already
4 > > reviewed on alias of Gentoo Python Project. It's recommended to be familiar
5 > > with internals of current code before trying to understand these minor changes.
6 >
7 > If you are looking for review on gentoo-dev you should include something
8 > on what the patch is supposed to do.
9
10 In python.eclass:
11 - Deprecation of NEED_PYTHON variable
12 - Deletion of colors from 3 deprecated functions and some cleanup in these functions
13 - Improvements in error messages, sanity checks and handling of arguments
14 - First part of support for API of python.eclass in EAPI="4".
15 - Some new, optional features in some functions (e.g. --base-path option in some python_get_*() functions)
16 - Support for multiple paths in argument of --PYTHONPATH option of test helper functions
17
18 In distutils.eclass:
19 - Support for custom setup files specified in DISTUTILS_SETUP_FILES array
20 - Deletion of colors from 2 deprecated functions and some cleanup in thse functions
21
22 > > Suggestions about indentation and quoting will be rejected.
23 >
24 > Do you think our indentation rules don't concern you?
25
26 I don't use indentation/quoting, which would violate any rules, but some people
27 might try to enforce e.g. EAPI=3 instead of EAPI="3".
28
29 --
30 Arfrever Frehtes Taifersar Arahesis

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Minor changes in python.eclass and distutils.eclass "Petteri Räty" <betelgeuse@g.o>