Date: Friday, April 7, 2023 @ 05:51:54 Author: felixonmars Revision: 1440668
upgpkg: python-isort 5.12.0-2: rebuild with python 3.11 Modified: python-isort/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-07 05:51:53 UTC (rev 1440667) +++ PKGBUILD 2023-04-07 05:51:54 UTC (rev 1440668) @@ -5,7 +5,7 @@ _pyname=isort pkgname=python-$_pyname pkgver=5.12.0 -pkgrel=1 +pkgrel=2 pkgdesc='A Python utility / library to sort Python imports' arch=(any) url="https://github.com/PyCQA/$_pyname" @@ -69,7 +69,7 @@ # # python setup.py install --root="$srcdir/isort-$pkgver/tmp_install" --optimize=1 # # popd # # done -# # PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.10/site-packages" PATH="$PWD/tmp_install/usr/bin:$PATH" \ +# # PYTHONPATH="$PWD/example_isort_formatting_plugin:$PWD/example_shared_isort_profile:$PWD/tmp_install/usr/lib/python3.11/site-packages" PATH="$PWD/tmp_install/usr/bin:$PATH" \ # python -m pytest -p no:warnings \ # --deselect tests/unit/test_deprecated_finders.py::TestRequirementsFinder::test_requirements_dir $(: having pip in ruins other tests ) \ # --deselect tests/unit/test_deprecated_finders.py::test_requirements_finder $(: having pip in ruins other tests ) \
