diff options
Diffstat (limited to 'profiles/desc/python_targets.desc')
-rw-r--r-- | profiles/desc/python_targets.desc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc new file mode 100644 index 00000000..bd08e2c1 --- /dev/null +++ b/profiles/desc/python_targets.desc @@ -0,0 +1,16 @@ +# Copyright 1999-2014 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.15 2014/11/06 15:08:02 mgorny Exp $ + +# This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. + +python2_6 - Build with Python 2.6 (removed) +python2_7 - Build with Python 2.7 +python3_2 - Build with Python 3.2 (deprecated) +python3_3 - Build with Python 3.3 +python3_4 - Build with Python 3.4 +jython2_5 - Build with Jython 2.5 +jython2_7 - Build with Jython 2.7 +pypy2_0 - Build with PyPy 2.0 (removed) +pypy - Build with PyPy +pypy3 - Build with PyPy3 |