summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <none@none>2012-02-26 13:38:43 +0100
committerKrzysztof Pawlik <none@none>2012-02-26 13:38:43 +0100
commit3de95e7b7cf8f25749d29b698963d019961d95d8 (patch)
treed84dc3bb7f45e923921fa07b76ae6801cbc9152e /profiles
parentRemove eshowkw.py, obsoleted by eshowkw from gentoolkit. (diff)
downloadnelchael-3de95e7b7cf8f25749d29b698963d019961d95d8.tar.gz
nelchael-3de95e7b7cf8f25749d29b698963d019961d95d8.tar.bz2
nelchael-3de95e7b7cf8f25749d29b698963d019961d95d8.zip
Add a new Python-distutils eclass for Python, distutils-based packages.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/desc/python_targets.desc14
1 files changed, 14 insertions, 0 deletions
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
new file mode 100644
index 0000000..350fa10
--- /dev/null
+++ b/profiles/desc/python_targets.desc
@@ -0,0 +1,14 @@
+# Copyright 2009-2012 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+# This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags.
+
+python25 - Build with Python 2.5
+python26 - Build with Python 2.6
+python27 - Build with Python 2.7
+python31 - Build with Python 3.1
+python32 - Build with Python 3.2
+jython25 - Build with Jythin 2.5
+pypy17 - Build with PyPy 1.7
+pypy18 - Build with PyPy 1.8