diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-12 06:48:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-12-14 11:16:15 +0100 |
commit | 0cc7b234854bc82ebf2d20bfe161848a9fe3e6ee (patch) | |
tree | 0d770c9f54341503bfced841695dab785a376002 /eclass | |
parent | distutils-r1.eclass: Pass --sysroot to gpep517 when cross-compiling (diff) | |
download | gentoo-0cc7b234854bc82ebf2d20bfe161848a9fe3e6ee.tar.gz gentoo-0cc7b234854bc82ebf2d20bfe161848a9fe3e6ee.tar.bz2 gentoo-0cc7b234854bc82ebf2d20bfe161848a9fe3e6ee.zip |
eclass/tests/python-utils-r1.sh: Remove old impls
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rwxr-xr-x | eclass/tests/python-utils-r1.sh | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh index 6abf10cadabd..6a1d2f98cbf9 100755 --- a/eclass/tests/python-utils-r1.sh +++ b/eclass/tests/python-utils-r1.sh @@ -64,23 +64,7 @@ tmpfile=$(mktemp) inherit python-utils-r1 -ebegin "Testing python2.7" -eindent -test_var EPYTHON python2_7 python2.7 -test_var PYTHON python2_7 /usr/bin/python2.7 -if [[ -x /usr/bin/python2.7 ]]; then - test_var PYTHON_SITEDIR python2_7 "/usr/lib*/python2.7/site-packages" - test_var PYTHON_INCLUDEDIR python2_7 /usr/include/python2.7 - test_var PYTHON_LIBPATH python2_7 "/usr/lib*/libpython2.7$(get_libname)" - test_var PYTHON_CONFIG python2_7 /usr/bin/python2.7-config - test_var PYTHON_CFLAGS python2_7 "*-I/usr/include/python2.7*" - test_var PYTHON_LIBS python2_7 "*-lpython2.7*" -fi -test_var PYTHON_PKG_DEP python2_7 '*dev-lang/python*:2.7' -test_var PYTHON_SCRIPTDIR python2_7 /usr/lib/python-exec/python2.7 -eoutdent - -for minor in 6 7 8 9 10 11; do +for minor in 8 9 10 11; do ebegin "Testing python3.${minor}" eindent test_var EPYTHON "python3_${minor}" "python3.${minor}" |