1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searxng_ynh.git synced 2024-09-03 20:26:00 +02:00

Merge pull request #306 from YunoHost-Apps/master-promotion
Some checks failed
Create master promotion pull request / masterPromotion (push) Waiting to run
YunoHost apps package linter / test (push) Has been cancelled

Upgrade master from testing
This commit is contained in:
ewilly 2024-07-19 19:47:55 +00:00 committed by GitHub
commit 0a74e8d537
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 9 additions and 9 deletions

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
**Shipped version:** 2024.07.08~ynh1
**Shipped version:** 2024.07.08~ynh2
**Demo:** <https://searx.be>

View file

@ -19,7 +19,7 @@ No se debe editar a mano.
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
**Versión actual:** 2024.07.08~ynh1
**Versión actual:** 2024.07.08~ynh2
**Demo:** <https://searx.be>

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
**Paketatutako bertsioa:** 2024.07.08~ynh1
**Paketatutako bertsioa:** 2024.07.08~ynh2
**Demoa:** <https://searx.be>

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
**Version incluse:** 2024.07.08~ynh1
**Version incluse:** 2024.07.08~ynh2
**Démo:** <https://searx.be>

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
**Versión proporcionada:** 2024.07.08~ynh1
**Versión proporcionada:** 2024.07.08~ynh2
**Demo:** <https://searx.be>

View file

@ -19,7 +19,7 @@
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
**分发版本:** 2024.07.08~ynh1
**分发版本:** 2024.07.08~ynh2
**演示:** <https://searx.be>

View file

@ -5,7 +5,7 @@ name = "SearXNG"
description.en = "Internet metasearch engine which aggregates results from more than 70 search services"
description.fr = "Méta-moteur de recherche qui rassemble les résultats de plus de 70 services de recherche"
version = "2024.07.08~ynh1"
version = "2024.07.08~ynh2"
maintainers = ["mh4ckt3mh4ckt1c4s", "ewilly"]

View file

@ -27,7 +27,7 @@ ynh_script_progression --message="Installing SearXNG..." --weight=2
python3 -m venv --system-site-packages "$install_dir/searxng-pyenv"
set +o nounset; source "$install_dir/searxng-pyenv/bin/activate"; set -o nounset
pip3 install -U pip setuptools wheel pyyaml --no-cache-dir
pip3 install -U pip "setuptools<71.0.0" wheel pyyaml --no-cache-dir
ynh_exec_fully_quiet pip3 install -e "$install_dir/searxng-src"
#=================================================

View file

@ -59,7 +59,7 @@ then
ynh_secure_remove --file="$install_dir/searxng-pyenv"
python3 -m venv --system-site-packages "$install_dir/searxng-pyenv"
set +o nounset; source "$install_dir/searxng-pyenv/bin/activate"; set -o nounset
pip3 install -U pip setuptools wheel pyyaml --no-cache-dir
pip3 install -U pip "setuptools<71.0.0" wheel pyyaml --no-cache-dir
ynh_exec_fully_quiet pip3 install -e "$install_dir/searxng-src"
fi