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
commit2d5dba91dbfb7f6f357ddc05fc37956027efa170 (patch)
treeba7621aee460cab4ee026c1dfa1e1731bc962f23 /eclass/tests
parentUpdate/fix dependencies. (diff)
downloadgentoo-2-2d5dba91dbfb7f6f357ddc05fc37956027efa170.tar.gz
gentoo-2-2d5dba91dbfb7f6f357ddc05fc37956027efa170.tar.bz2
gentoo-2-2d5dba91dbfb7f6f357ddc05fc37956027efa170.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