summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-04-08 16:05:30 +0000
committerMichał Górny <mgorny@gentoo.org>2014-04-08 16:05:30 +0000
commit12da5a09ef56896bf38c1802f3a4b5543312d6ed (patch)
tree5a011bdb4b3f032c0818b1b314ea0259d886ce85 /eclass/tests
parentUpdate/fix dependencies. (diff)
downloadhistorical-12da5a09ef56896bf38c1802f3a4b5543312d6ed.tar.gz
historical-12da5a09ef56896bf38c1802f3a4b5543312d6ed.tar.bz2
historical-12da5a09ef56896bf38c1802f3a4b5543312d6ed.zip
Disable pypy2_0 and clean up after it.
Diffstat (limited to 'eclass/tests')
-rwxr-xr-xeclass/tests/python-utils-r1.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh
index eb175f496daa..ff98d83f2984 100755
--- a/eclass/tests/python-utils-r1.sh
+++ b/eclass/tests/python-utils-r1.sh
@@ -54,13 +54,6 @@ test_var PYTHON_SITEDIR jython2_7 /usr/share/jython-2.7/Lib/site-packages
test_var PYTHON_PKG_DEP jython2_7 '*dev-java/jython*:2.7'
test_var PYTHON_SCRIPTDIR jython2_7 /usr/lib/python-exec/jython2.7
-test_var EPYTHON pypy2_0 pypy-c2.0
-test_var PYTHON pypy2_0 /usr/bin/pypy-c2.0
-test_var PYTHON_SITEDIR pypy2_0 /usr/lib/pypy2.0/site-packages
-test_var PYTHON_INCLUDEDIR pypy2_0 /usr/lib/pypy2.0/include
-test_var PYTHON_PKG_DEP pypy2_0 '*virtual/pypy*:2.0'
-test_var PYTHON_SCRIPTDIR pypy2_0 /usr/lib/python-exec/pypy-c2.0
-
test_var EPYTHON pypy pypy
test_var PYTHON pypy /usr/bin/pypy
test_var PYTHON_SITEDIR pypy /usr/lib/pypy/site-packages
@@ -71,7 +64,6 @@ test_var PYTHON_SCRIPTDIR pypy /usr/lib/python-exec/pypy
test_is python_is_python3 python2.7 1
test_is python_is_python3 python3.2 0
test_is python_is_python3 jython2.7 1
-test_is python_is_python3 pypy2.0 1
test_is python_is_python3 pypy 1
texit