27 buildPythonPackage rec {
30 format = "setuptools";
32 disabled = pythonOlder "3.6";
34 src = fetchFromGitHub {
35 owner = "mvantellingen";
37 rev = "refs/tags/${version}";
38 hash = "sha256-8f6kS231gbaZ8qyE8BKMcbnZsm8o2+iBoTlQrs5X+jY=";
41 propagatedBuildInputs = [
53 passthru.optional-dependencies = {
62 pythonImportsCheck = [
77 ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
80 # Failed: External connections not allowed during tests.
82 "test_has_not_expired"
83 "test_memory_cache_timeout"
84 "test_bytes_like_password_digest"
85 "test_password_digest"
93 changelog = "https://github.com/mvantellingen/python-zeep/releases/tag/${version}";
94 description = "Python SOAP client";
95 homepage = "http://docs.python-zeep.org";
96 license = licenses.mit;