1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pelican_ynh.git synced 2024-09-03 19:46:35 +02:00

Merge pull request #10 from YunoHost-Apps/testing

Fix bullseye
This commit is contained in:
yalh76 2022-04-03 13:33:01 +02:00 committed by GitHub
commit aa153fa6de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 5 deletions

View file

@ -23,7 +23,7 @@ Pelican is a static site generator, written in Python_.
* Completely static output is simple to host anywhere
**Shipped version:** 1.0~ynh2
**Shipped version:** 1.0~ynh3

View file

@ -19,7 +19,7 @@ Pelican is a static site generator, written in Python_.
* Completely static output is simple to host anywhere
**Version incluse :** 1.0~ynh2
**Version incluse :** 1.0~ynh3

View file

@ -13,7 +13,8 @@
setup_private=1
setup_public=1
upgrade=1
#upgrade=1 from_commit=CommitHash
# 1.0~ynh2
upgrade=1 from_commit=9ef8cd540da5c5285239757a8dced8ee41411711
backup_restore=1
multi_instance=1
port_already_use=0

View file

@ -6,7 +6,7 @@
"en": "Static Site Generator",
"fr": "Générateur de blog statique"
},
"version": "1.0~ynh2",
"version": "1.0~ynh3",
"url": "https://blog.getpelican.com",
"upstream": {
"license": "AGPL-3.0-or-later",

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="python-pip python-virtualenv python-dev libldap2-dev libsasl2-dev libssl-dev python3-venv"
pkg_dependencies="python3-pip python3-virtualenv python3-dev libldap2-dev libsasl2-dev libssl-dev python3-venv"
#=================================================
# PERSONAL HELPERS