Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/gpyutils/files: implementations.txt
Date: Sun, 30 Mar 2014 18:47:50
Message-Id: 20140330184737.1302B20057@flycatcher.gentoo.org
1 mgorny 14/03/30 18:47:36
2
3 Modified: implementations.txt
4 Log:
5 Describe table columns. Remove python.eclass codes for implementations that will not be added to python.eclass.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 app-portage/gpyutils/files/implementations.txt
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gpyutils/files/implementations.txt?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gpyutils/files/implementations.txt?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gpyutils/files/implementations.txt?r1=1.1&r2=1.2
15
16 Index: implementations.txt
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-portage/gpyutils/files/implementations.txt,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- implementations.txt 30 Mar 2014 18:17:24 -0000 1.1
23 +++ implementations.txt 30 Mar 2014 18:47:36 -0000 1.2
24 @@ -1,4 +1,9 @@
25 -# python-r1 old status short-code
26 +# python-r1 old-eclass status short-code
27 +#
28 +# python-r1: python-r1 eclass implementation name
29 +# old-eclass: python.eclass implementation name (null if not supported)
30 +# status: dead, old, supported, current, experimental, future
31 +# short-code: short string used in tabular output
32
33 python2_4 2.4 dead 2.4
34 python2_5 2.5 dead 2.5
35 @@ -8,15 +13,15 @@
36 python3_1 3.1 dead 3.1
37 python3_2 3.2 current 3.2
38 python3_3 3.3 supported 3.3
39 -python3_4 3.4 experimental 3.4
40 -python3_5 3.5 future 3.5
41 +python3_4 experimental 3.4
42 +python3_5 future 3.5
43
44 pypy1_8 2.7-pypy-1.8 dead p1.8
45 pypy1_9 2.7-pypy-1.9 dead p1.9
46 pypy2_0 2.7-pypy-2.0 supported p2.0
47 -pypy 2.7-pypy-* experimental pypy
48 +pypy experimental pypy
49
50 -pypy3 3.*-pypy-* future pypy3
51 +pypy3 future pypy3
52
53 jython2_5 2.5-jython dead j2.5
54 jython2_7 2.7-jython experimental j2.7