18 buildPythonPackage rec {
23 disabled = pythonOlder "3.7";
25 src = fetchFromGitHub {
28 rev = "refs/tags/v${version}";
29 hash = "sha256-vUqNC7ixpta0s7wRC5ROSKMa/MsgEBu5rr0XNu69FRw=";
32 __darwinAllowLocalNetworking = true;
34 build-system = [ setuptools ];
51 pythonImportsCheck = [ "wsgidav" ];
54 description = "Generic and extendable WebDAV server based on WSGI";
55 homepage = "https://wsgidav.readthedocs.io/";
56 changelog = "https://github.com/mar10/wsgidav/blob/v${version}/CHANGELOG.md";
57 license = with licenses; [ mit ];
58 maintainers = with maintainers; [ fab ];
59 mainProgram = "wsgidav";