11 buildPythonPackage rec {
16 disabled = pythonOlder "3.9";
18 src = fetchFromGitHub {
22 hash = "sha256-KYZpd8adKXahSc/amQHZMFdJtEtZLklZZgwfkYu8/qY=";
30 nativeCheckInputs = [ pytestCheckHook ];
32 pythonImportsCheck = [ "cerberus" ];
35 # We don't care about benchmarks
36 "cerberus/benchmarks/"
40 description = "Schema and data validation tool for Python dictionaries";
41 homepage = "http://python-cerberus.org/";
42 changelog = "https://github.com/pyeve/cerberus/blob/${version}/CHANGES.rst";
43 license = licenses.mit;
44 maintainers = with maintainers; [ fab ];