diff options
author | David Seifert <soap@gentoo.org> | 2019-12-30 01:48:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-30 13:58:51 +0100 |
commit | 8844b4c200dc82d7d09547b3d913f011f05cf592 (patch) | |
tree | ccd37802a99e08e9bac87816a299cd442b2ae1e6 /eclass/tests/python-utils-r1.sh | |
parent | python-utils-r1.eclass: Remove PYTHON_TARGETS="python3_5" (diff) | |
download | gentoo-8844b4c200dc82d7d09547b3d913f011f05cf592.tar.gz gentoo-8844b4c200dc82d7d09547b3d913f011f05cf592.tar.bz2 gentoo-8844b4c200dc82d7d09547b3d913f011f05cf592.zip |
python-utils-r1.eclass: Remove PYTHON_TARGETS="pypy"
* With the EOL of CPython 2, we also want to
remove support for PyPy (i.e. PyPy for Python 2).
This change does not affect PyPy3, i.e. Pypy for
Python 3.
Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/tests/python-utils-r1.sh')
-rwxr-xr-x | eclass/tests/python-utils-r1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh index df77a3fcf6ec..f8d4858da7cc 100755 --- a/eclass/tests/python-utils-r1.sh +++ b/eclass/tests/python-utils-r1.sh @@ -188,7 +188,7 @@ test_is "_python_impl_supported python3_8" 0 test_is "_python_impl_supported pypy1_8" 1 test_is "_python_impl_supported pypy1_9" 1 test_is "_python_impl_supported pypy2_0" 1 -test_is "_python_impl_supported pypy" 0 +test_is "_python_impl_supported pypy" 1 test_is "_python_impl_supported pypy3" 0 test_is "_python_impl_supported jython2_7" 0 |