Search Criteria
Package Details: python-wsgidav 4.0.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-wsgidav.git (read-only, click to copy) |
---|---|
Package Base: | python-wsgidav |
Description: | Generic WebDAV server based on WSGI |
Upstream URL: | https://github.com/mar10/wsgidav |
Licenses: | MIT |
Submitter: | djmattyg007 |
Maintainer: | djmattyg007 |
Last Packager: | djmattyg007 |
Votes: | 2 |
Popularity: | 0.000095 |
First Submitted: | 2017-12-17 22:05 (UTC) |
Last Updated: | 2022-04-06 12:06 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-defusedxml (python-defusedxml-gitAUR)
- python-jinja
- python-json5
- python-setuptools
- python-yaml (python-yaml-gitAUR)
- python-setuptools (make)
- python-cheroot (optional) – to use the built-in webserver
- python-lxml (optional) – for faster XML processing
- python-pam (optional) – to use PAM for authentication
Latest Comments
djmattyg007 commented on 2021-03-02 01:42 (UTC)
@razer As far as I can tell, the cheroot package isn't a hard dependency of wsgidav. It's an optional dependency for a reason. Unless you've got a compelling reason why it should be added, I don't see a reason to consider forcing everyone to install it when it's not required.
razer commented on 2021-02-21 04:54 (UTC)
Please add python-cheroot as an hard dependency Thanks
djmattyg007 commented on 2019-11-26 10:38 (UTC)
@IncredibleLaser fixed, thanks for letting me know about the issue
IncredibleLaser commented on 2019-11-24 09:31 (UTC)
Thanks for your efforts! Please also add python-jinja as a dependency, it won't run otherwise: ModuleNotFoundError: No module named 'jinja2'
After installing python-jinja, it works perfectly.
djmattyg007 commented on 2019-11-24 00:59 (UTC)
@damir it's all fixed now. Sorry for the inconvenience.
djmattyg007 commented on 2019-11-22 23:17 (UTC)
damir commented on 2019-11-20 20:33 (UTC) (edited on 2019-11-20 20:34 (UTC) by damir)
djmattyg007 commented on 2019-11-17 02:23 (UTC)
Updated to the most recent version! Sorry everyone for the incredible delay :(
IncredibleLaser commented on 2019-08-05 08:13 (UTC)
Are you still active here or should I send an orphaning request?
IncredibleLaser commented on 2018-10-03 09:00 (UTC)
This package also needs python-pyaml and python-jsmin to run as far as I can see.