1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00
Commit graph

13 commits

Author SHA1 Message Date
JensDiemer
489d27d536 poetry self update 2022-10-03 18:29:05 +02:00
JensDiemer
879580ed73 Use pyproject version "0.16.0+ynh2" and manifest "0.16.0~ynh2"
fix: https://github.com/python-poetry/poetry/issues/6013
see also: https://forum.yunohost.org/t/invalid-pep-440-version-0-16-0-ynh1/21293
2022-09-18 19:44:15 +02:00
JensDiemer
eb91c35b96 "poetry<1.2"
because of https://forum.yunohost.org/t/invalid-pep-440-version-0-16-0-ynh1/21293
2022-09-18 17:14:30 +02:00
JensDiemer
9169bf8f3d Project updates
"Apply" manually changes from https://github.com/YunoHost-Apps/django_example_ynh

* Add "safety check"
* Update to `django-yunohost-integration==0.4.0`
* `__FINAL_HOME_PATH__` -> `__FINALPATH__`
* `__FINAL_WWW_PATH__` -> `__PUBLIC_PATH__`
* Add `config_panel.toml` settings
2022-09-15 18:26:45 +02:00
JensDiemer
74b9ded6a5 fix pytest run 2022-09-13 21:26:25 +02:00
JensDiemer
adffe16bb7 Skip buggy poetry v1.2.0 2022-09-13 21:13:24 +02:00
JensDiemer
d2745a51ed fix flynt call
see: https://github.com/ikamensh/flynt/issues/42
2022-01-07 18:09:40 +01:00
JensDiemer
5c6087fb44 add pytests 2020-12-29 13:58:51 +01:00
JensDiemer
add1026c11 Refactor to use django_ynh 2020-12-29 13:58:40 +01:00
JensDiemer
cca6eef925 cleanup Makefile 2020-12-29 12:52:44 +01:00
JensDiemer
29ca95f076 Generate "conf/requirements.txt" and install via this file 2020-12-29 10:12:46 +01:00
JensDiemer
7256d9a4a9 remove ldap packages installation via apt: not needed anymore 2020-12-22 18:45:12 +01:00
JensDiemer
0995215fd2 Use poetry to run local_test.py
So we get django-auth-ldap installed.
Also add a Makefile for easier usage.
2020-12-19 20:19:06 +01:00