7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
15 rev = "refs/tags/${version}";
16 hash = "sha256-dsXMY3bW/70CmTfCuy5KjxPa+NLCzxzWv5e1aV2NEWE=";
19 pythonImportsCheck = [
23 doCheck = false; # missing dependency
26 # taipan missing, unmaintained, not python3.10 compatible
31 description = "Argument matchers for unittest.mock";
32 homepage = "https://github.com/Xion/callee";
33 license = licenses.bsd3;
34 maintainers = with maintainers; [ hexa ];