Gentoo Archives: gentoo-python

From: "Michał Górny" <mgorny@g.o>
To: Mike Gilbert <floppym@g.o>
Cc: gentoo-python@l.g.o
Subject: Re: [gentoo-python] [PATCH] python.eclass: Add 3.4 to _CPYTHON3_GLOBALLY_SUPPORTED_ABIS
Date: Mon, 17 Feb 2014 19:12:40
Message-Id: 20140217201223.235ed9ea@pomiot.lan
In Reply to: [gentoo-python] [PATCH] python.eclass: Add 3.4 to _CPYTHON3_GLOBALLY_SUPPORTED_ABIS by Mike Gilbert
1 Dnia 2014-02-17, o godz. 13:44:04
2 Mike Gilbert <floppym@g.o> napisał(a):
3
4 > Index: python.eclass
5 > ===================================================================
6 > RCS file: /var/cvsroot/gentoo-x86/eclass/python.eclass,v
7 > retrieving revision 1.169
8 > diff -u -r1.169 python.eclass
9 > --- python.eclass 6 Feb 2014 05:34:07 -0000 1.169
10 > +++ python.eclass 17 Feb 2014 18:40:31 -0000
11 > @@ -35,7 +35,7 @@
12 > # focus on converting packages to use the new eclasses.
13 >
14 > _CPYTHON2_GLOBALLY_SUPPORTED_ABIS=(2.4 2.5 2.6 2.7)
15 > -_CPYTHON3_GLOBALLY_SUPPORTED_ABIS=(3.1 3.2 3.3)
16 > +_CPYTHON3_GLOBALLY_SUPPORTED_ABIS=(3.1 3.2 3.3 3.4)
17 > _JYTHON_GLOBALLY_SUPPORTED_ABIS=(2.5-jython 2.7-jython)
18 > _PYPY_GLOBALLY_SUPPORTED_ABIS=(2.7-pypy-1.7 2.7-pypy-1.8 2.7-pypy-1.9 2.7-pypy-2.0)
19 > _PYTHON_GLOBALLY_SUPPORTED_ABIS=(${_CPYTHON2_GLOBALLY_SUPPORTED_ABIS[@]} ${_CPYTHON3_GLOBALLY_SUPPORTED_ABIS[@]} ${_JYTHON_GLOBALLY_SUPPORTED_ABIS[@]} ${_PYPY_GLOBALLY_SUPPORTED_ABIS[@]})
20
21 To be honest, I'm against adding new implementations to the old eclass.
22 I'm all for letting it rot and not adding extra work on maintaining
23 ebuilds using it. Since it is opt-out, adding the new implementation
24 would mean we need to add restrictions to ebuilds.
25
26 Instead, I'd just say that we require the new eclass for py3.4.
27
28 --
29 Best regards,
30 Michał Górny

Attachments

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

Replies