Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/desc: python_single_target.desc
Date: Sat, 24 Nov 2012 21:08:51
Message-Id: 20121124210840.EEF2820C9F@flycatcher.gentoo.org
1 mgorny 12/11/24 21:08:40
2
3 Added: python_single_target.desc
4 Log:
5 Introduce PYTHON_SINGLE_TARGET for Python packages not supporting multiple Python implementations.
6
7 Revision Changes Path
8 1.1 profiles/desc/python_single_target.desc
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_single_target.desc?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_single_target.desc?rev=1.1&content-type=text/plain
12
13 Index: python_single_target.desc
14 ===================================================================
15 # Copyright 1999-2012 Gentoo Foundation.
16 # Distributed under the terms of the GNU General Public License v2
17 # $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.1 2012/11/24 21:08:40 mgorny Exp $
18
19 # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags.
20
21 python2_5 - Build for Python 2.5 only
22 python2_6 - Build for Python 2.6 only
23 python2_7 - Build for Python 2.7 only
24 python3_1 - Build for Python 3.1 only
25 python3_2 - Build for Python 3.2 only
26 python3_3 - Build for Python 3.3 only
27 jython2_5 - Build for Jython 2.5 only
28 pypy1_8 - Build for PyPy 1.8 only
29 pypy1_9 - Build for PyPy 1.9 only