17 buildPythonPackage rec {
22 disabled = pythonOlder "3.7";
24 src = fetchFromGitHub {
28 hash = "sha256-LQdS9d2DB4PXqRSzmtZCSyCQI47ncLCG+RSB+goZYoA=";
35 propagatedBuildInputs = [
50 pythonImportsCheck = [
55 description = "Generic and extendable WebDAV server based on WSGI";
56 homepage = "https://wsgidav.readthedocs.io/";
57 license = with licenses; [ mit ];
58 maintainers = with maintainers; [ fab ];