8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 sha256 = "sha256-Xpaq1czaRxjgointlLICTfdcwtVVdbpXYtMfV2e4dn0=";
24 pythonImportsCheck = [
29 description = "Rolling backport of unittest.mock for all Pythons";
30 homepage = "https://github.com/testing-cabal/mock";
31 changelog = "https://github.com/testing-cabal/mock/blob/${version}/CHANGELOG.rst";
32 license = licenses.bsd2;