searxng/utils
Markus Heiser fe6bac5a08 [fix] pip install -e: legacy editable install (setup.py develop) is deprecated
From [1]: There is now a standardized mechanism [2] for an installer like pip to
request an editable install of a project.  pip is transitioning to using this
standard only instead of invoking the deprecated `setup.py develop` command.

For backward compatibility, we can use switches:

--use-pep517
  https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-use-pep517

--no-build-isolation
  https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-no-build-isolation

- [1] https://github.com/pypa/pip/issues/11457
- [2] https://peps.python.org/pep-0660/

Closes: https://github.com/searxng/searxng/issues/3701
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-08-21 12:09:14 +02:00
..
templates [feat] hostname replace plugin: possibility to prioritize certain websites 2024-06-07 14:42:52 +02:00
brand.sh
filtron.sh
get_setting.py
lib.sh [fix] pip install -e: legacy editable install (setup.py develop) is deprecated 2024-08-21 12:09:14 +02:00
lib_go.sh [fix] debian/ubuntu python-is-python3 2024-08-20 20:20:50 +02:00
lib_nvm.sh
lib_redis.sh
lib_sxng_data.sh
lib_sxng_node.sh
lib_sxng_static.sh
lib_sxng_test.sh [fix] docutils dependencies (docutils>=0.21.2) 2024-05-09 17:15:21 +02:00
lib_sxng_themes.sh
lib_sxng_weblate.sh
lxc-searxng.env
lxc.sh
makefile.include
makefile.lxc
morty.sh
searx.sh
searxng.sh [fix] pip install -e: legacy editable install (setup.py develop) is deprecated 2024-08-21 12:09:14 +02:00
searxng_check.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 2024-03-11 14:55:38 +01:00