diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-30 13:24:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-30 13:58:52 +0100 |
commit | b1b38d9aca3eb434c6a70bca37f4d41b847c3016 (patch) | |
tree | 288578573da4a88e7a86b4499db61b2d03a1d3c9 /eclass/tests | |
parent | python-utils-r1.eclass: Remove PYTHON_TARGETS="pypy" (diff) | |
download | gentoo-b1b38d9aca3eb434c6a70bca37f4d41b847c3016.tar.gz gentoo-b1b38d9aca3eb434c6a70bca37f4d41b847c3016.tar.bz2 gentoo-b1b38d9aca3eb434c6a70bca37f4d41b847c3016.zip |
python-utils-r1.eclass: Remove PYTHON_TARGETS="jython2_7"
Jython was supported as an experimental implementation but due to
interoperability issues and very slow development, its (re-)deployment
in ebuilds never took off. Now that Python 2.7 is going away, there's
no point in keeping its future support.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/tests')
-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 f8d4858da7cc..4910b700308d 100755 --- a/eclass/tests/python-utils-r1.sh +++ b/eclass/tests/python-utils-r1.sh @@ -190,7 +190,7 @@ test_is "_python_impl_supported pypy1_9" 1 test_is "_python_impl_supported pypy2_0" 1 test_is "_python_impl_supported pypy" 1 test_is "_python_impl_supported pypy3" 0 -test_is "_python_impl_supported jython2_7" 0 +test_is "_python_impl_supported jython2_7" 1 # check _python_impl_matches behavior test_is "_python_impl_matches python2_7 -2" 0 |