Re: [gentoo-dev] Patch for python.eclass

2010-10-24 Thread Ciaran McCreesh
On Sun, 24 Oct 2010 23:47:56 +0200 Arfrever Frehtes Taifersar Arahesis wrote: > > > Usage of new EAPIs in the tree is not allowed before council > > > approval. > > > > python.eclass doesn't use any EAPIs, it only provides support for > > ebuilds, which use given EAPIs (without EAPI="4"). > > I

Re: [gentoo-dev] Patch for python.eclass

2010-10-24 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis 2010-10-24 21:22:24 napisał(a): > 2010-10-24 20:54:56 Petteri Räty napisał(a): > > On 10/24/2010 09:49 PM, Arfrever Frehtes Taifersar Arahesis wrote: > > > 2010-10-18 17:26:13 Petteri Räty napisał(a): > > >> On 10/18/2010 04:33 AM, Arfrever Frehtes Taifersar Ara

Re: [gentoo-dev] Patch for python.eclass

2010-10-24 Thread Arfrever Frehtes Taifersar Arahesis
2010-10-24 20:54:56 Petteri Räty napisał(a): > On 10/24/2010 09:49 PM, Arfrever Frehtes Taifersar Arahesis wrote: > > 2010-10-18 17:26:13 Petteri Räty napisał(a): > >> On 10/18/2010 04:33 AM, Arfrever Frehtes Taifersar Arahesis wrote: > >> > >>> Subpatch #10 fixes exporting of python_pkg_setup() in

Re: [gentoo-dev] Patch for python.eclass

2010-10-24 Thread Petteri Räty
On 10/24/2010 09:49 PM, Arfrever Frehtes Taifersar Arahesis wrote: > 2010-10-18 17:26:13 Petteri Räty napisał(a): >> On 10/18/2010 04:33 AM, Arfrever Frehtes Taifersar Arahesis wrote: >> >>> Subpatch #10 fixes exporting of python_pkg_setup() in EAPI >=4. >>> >>> There will be other changes in API o

Re: [gentoo-dev] Patch for python.eclass

2010-10-24 Thread Arfrever Frehtes Taifersar Arahesis
2010-10-18 17:26:13 Petteri Räty napisał(a): > On 10/18/2010 04:33 AM, Arfrever Frehtes Taifersar Arahesis wrote: > > > Subpatch #10 fixes exporting of python_pkg_setup() in EAPI >=4. > > > > There will be other changes in API of python.eclass in EAPI >=4, so > > python.eclass still doesn't > >

Re: [gentoo-dev] Patch for python.eclass

2010-10-24 Thread Petteri Räty
On 10/23/2010 11:54 PM, Arfrever Frehtes Taifersar Arahesis wrote: > Subpatch #11 adds temporary support for EAPI="0" in > python_get_implementational_package() to work > around a part of bug #340395. > This subpatch is very small, so I'm planning to commit it with the rest of > subpatches. > P

Re: [gentoo-dev] Patch for python.eclass

2010-10-23 Thread Markos Chandras
On Sat, Oct 23, 2010 at 10:54:52PM +0200, Arfrever Frehtes Taifersar Arahesis wrote: > Subpatch #11 adds temporary support for EAPI="0" in > python_get_implementational_package() to work > around a part of bug #340395. > This subpatch is very small, so I'm planning to commit it with the rest of

Re: [gentoo-dev] Patch for python.eclass

2010-10-23 Thread Arfrever Frehtes Taifersar Arahesis
Subpatch #11 adds temporary support for EAPI="0" in python_get_implementational_package() to work around a part of bug #340395. This subpatch is very small, so I'm planning to commit it with the rest of subpatches. -- Arfrever Frehtes Taifersar Arahesis --- python.eclass +++ python.eclass @@ -1

Re: [gentoo-dev] Patch for python.eclass

2010-10-18 Thread Petteri Räty
On 10/18/2010 04:33 AM, Arfrever Frehtes Taifersar Arahesis wrote: > Subpatch #10 fixes exporting of python_pkg_setup() in EAPI >=4. > > There will be other changes in API of python.eclass in EAPI >=4, so > python.eclass still doesn't > support EAPI="4". > EAPI 4 is not approved yet. Ebuilds c

Re: [gentoo-dev] Patch for python.eclass

2010-09-24 Thread Arfrever Frehtes Taifersar Arahesis
I will commit this patch in 3 days, if there are no other suggestions about this patch. -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part.

[gentoo-dev] Patch for python.eclass

2010-09-19 Thread Arfrever Frehtes Taifersar Arahesis
This patch for python.eclass has been divided into 3 subpatches to simplify review. Subpatch #1 fixes preservation of whitespace. Subpatch #2 renames 2 local arrays in python_mod_optimize() function: site_packages_absolute_dirs -> dirs site_packages_absolute_files -> files Subpatch #3 adds