mirror of
https://github.com/YunoHost-Apps/librephotos_ynh.git
synced 2024-09-03 19:36:12 +02:00
Update to version 2021 week 36 (#22)
* Update to version 2021-06-23 * Update to 2021 week 36 Co-authored-by: Jules Bertholet <jules.bertholet@quoi.xyz>
This commit is contained in:
parent
a0d1a998d1
commit
86a0d1ad46
6 changed files with 9 additions and 10 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
A photo viewer and manager similar to Google Photos
|
||||
|
||||
**Shipped version:** 0.0.20210609~ynh1
|
||||
**Shipped version:** 0.2021.36~ynh1
|
||||
|
||||
**Demo:** https://demo2.librephotos.com/ (user: demo, password: demo1234)
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Un gestionnaire de photos semblable à Google Photos
|
||||
|
||||
**Version incluse :** 0.0.20210609~ynh1
|
||||
**Version incluse :** 0.2021.36~ynh1
|
||||
|
||||
**Démo :** https://demo2.librephotos.com/ (user: demo, password: demo1234)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SOURCE_URL=https://github.com/LibrePhotos/librephotos/tarball/67ea61a79dadff8772fa2e7915239840e45a630c
|
||||
SOURCE_SUM=b166abb70d2fe3870c8fedda2f9bd1fac856ce44312572a34272b99b24f1929d
|
||||
SOURCE_URL=https://github.com/LibrePhotos/librephotos/tarball/11c6994d3c506d835335f596090a13545d72713a
|
||||
SOURCE_SUM=0e588d7ed34fa826e8beba3894586b16bb247b00548215190732a1cbec57167b
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=67ea61a79dadff8772fa2e7915239840e45a630c
|
||||
SOURCE_FILENAME=11c6994d3c506d835335f596090a13545d72713a
|
||||
SOURCE_EXTRACT=true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
SOURCE_URL=https://github.com/LibrePhotos/librephotos-frontend/tarball/86b2bb61b4a3e43e200d3fe22766b92c73c30e74
|
||||
SOURCE_SUM=82ddfd1d698d3d8c4645449ac4c0fc442bae74ddb1a77934ef9516672f4731a6
|
||||
SOURCE_URL=https://github.com/LibrePhotos/librephotos-frontend/tarball/37963756369f11617c456a56f6850b2e8aaf8358
|
||||
SOURCE_SUM=085b62550214bd9ffecfefde802b96f3542e6867bb25ff1a830623b598e4c61d
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=86b2bb61b4a3e43e200d3fe22766b92c73c30e74
|
||||
SOURCE_FILENAME=37963756369f11617c456a56f6850b2e8aaf8358
|
||||
SOURCE_EXTRACT=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "A photo viewer and manager similar to Google Photos",
|
||||
"fr": "Un gestionnaire de photos semblable à Google Photos"
|
||||
},
|
||||
"version": "0.0.20210609~ynh1",
|
||||
"version": "0.2021.36~ynh1",
|
||||
"url": "https://github.com/LibrePhotos/librephotos",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
|
@ -89,7 +89,6 @@ function set_up_backend {
|
|||
popd
|
||||
sudo -u $app env "PATH=$python_path" pip --cache-dir "$cache_dir" install -U --requirement "$backend_path/requirements.txt" 2>&1
|
||||
sudo -u $app env "PATH=$python_path" pip --cache-dir "$cache_dir" install -U --requirement "$backend_path/requirements-ynh.txt" 2>&1
|
||||
sudo -u $app env "PATH=$python_path" python -m spacy download en_core_web_sm 2>&1
|
||||
#if [ "$arch" = "arm64" ] || [ "$arm64_test" -eq 1 ]; then
|
||||
#sudo -u $app unzip "$CONDA_DIR/lib/python3.8/site-packages/"faiss*.egg -d "$CONDA_DIR/lib/python3.8/site-packages/"
|
||||
#fi
|
||||
|
|
Loading…
Add table
Reference in a new issue