12 buildPythonPackage rec {
13 pname = "webdavclient3";
15 format = "setuptools";
20 inherit pname version;
21 sha256 = "bcd22586bb0d58abc26ca56054fd04228e704bd36073c3080f4597c1556c880d";
24 propagatedBuildInputs = [
30 nativeCheckInputs = [ pytestCheckHook ];
32 # disable tests completely, as most of them fail due to urllib3 not being able to establish a http connection
35 pythonImportsCheck = [ "webdav3.client" ];
38 description = "Easy to use WebDAV Client for Python 3.x";
40 homepage = "https://github.com/ezhov-evgeny/webdav-client-python-3";
41 license = licenses.mit;
42 maintainers = with maintainers; [ dmrauh ];