Re: [gentoo-dev] [PATCH python-r1] Move common utility functions to python-utils-r1.

2012-11-23 Thread Michał Górny
On Fri, 23 Nov 2012 08:06:55 +0100 Rémi Cardona wrote: > Le jeudi 22 novembre 2012 à 20:59 +0100, Michał Górny a écrit : > > > You could say it's an algo like this: > > > > 1) if you want phase functions for distutils & all other automagic, > >use distutils-r1; > > > > 2) if you don't want

Re: [gentoo-dev] [PATCH python-r1] Move common utility functions to python-utils-r1.

2012-11-22 Thread Rémi Cardona
Le jeudi 22 novembre 2012 à 20:59 +0100, Michał Górny a écrit : > You could say it's an algo like this: > > 1) if you want phase functions for distutils & all other automagic, >use distutils-r1; > > 2) if you don't want phase functions but want PYTHON_TARGETS and other >metadata stuff, u

Re: [gentoo-dev] [PATCH python-r1] Move common utility functions to python-utils-r1.

2012-11-22 Thread Michał Górny
On Wed, 21 Nov 2012 10:30:29 -0500 Ian Stakenvicius wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 21/11/12 10:17 AM, Gilles Dartiguelongue wrote: > > Le mercredi 21 novembre 2012 à 08:54 -0500, Ian Stakenvicius a > > écrit : > >> On 21/11/12 04:43 AM, Michał Górny wrote: > >>

Re: [gentoo-dev] [PATCH python-r1] Move common utility functions to python-utils-r1.

2012-11-21 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 21/11/12 10:17 AM, Gilles Dartiguelongue wrote: > Le mercredi 21 novembre 2012 à 08:54 -0500, Ian Stakenvicius a > écrit : >> On 21/11/12 04:43 AM, Michał Górny wrote: >>> Moved: python_export, getters, python_domodule, python_doscript >>> and the

Re: [gentoo-dev] [PATCH python-r1] Move common utility functions to python-utils-r1.

2012-11-21 Thread Gilles Dartiguelongue
Le mercredi 21 novembre 2012 à 08:54 -0500, Ian Stakenvicius a écrit : > On 21/11/12 04:43 AM, Michał Górny wrote: > > Moved: python_export, getters, python_domodule, python_doscript and > > the necessary internal functions. No global-scope variables, no > > phase functions. [ Snip! ] > > So remin

Re: [gentoo-dev] [PATCH python-r1] Move common utility functions to python-utils-r1.

2012-11-21 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 21/11/12 04:43 AM, Michał Górny wrote: > Moved: python_export, getters, python_domodule, python_doscript and > the necessary internal functions. No global-scope variables, no > phase functions. [ Snip! ] So remind me again, in 10 words or less, w

[gentoo-dev] [PATCH python-r1] Move common utility functions to python-utils-r1.

2012-11-21 Thread Michał Górny
Moved: python_export, getters, python_domodule, python_doscript and the necessary internal functions. No global-scope variables, no phase functions. --- gx86/eclass/python-r1.eclass | 409 +- gx86/eclass/python-utils-r1.eclass | 434 +++