blob: 5eadb957d669c301210ad4ffb3f9bd11babd1207 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2012 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.5 2012/12/20 05:55:56 floppym Exp $
# This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags.
python2_5 - Build with Python 2.5
python2_6 - Build with Python 2.6
python2_7 - Build with Python 2.7
python3_1 - Build with Python 3.1
python3_2 - Build with Python 3.2
python3_3 - Build with Python 3.3
jython2_5 - Build with Jython 2.5
pypy1_8 - Build with PyPy 1.8
pypy1_9 - Build with PyPy 1.9
pypy2_0 - Build with PyPy 2.0
|