17 buildPythonPackage rec {
22 disabled = pythonOlder "3.7";
24 src = fetchFromGitHub {
27 rev = "refs/tags/v${version}";
28 hash = "sha256-93+8h+vRLnspQ/lmdjKYpzSEJSKcqCkB4qRqTuKHNRA=";
43 __darwinAllowLocalNetworking = true;
52 pythonImportsCheck = [
57 description = "Generic and extendable WebDAV server based on WSGI";
58 homepage = "https://wsgidav.readthedocs.io/";
59 changelog = "https://github.com/mar10/wsgidav/blob/v${version}/CHANGELOG.md";
60 license = with licenses; [ mit ];
61 maintainers = with maintainers; [ fab ];
62 mainProgram = "wsgidav";