7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 sha256 = "00h8i70qd3dpsyf2dp7fkcb9m2prd6m3l33qv3wf6idpnqgjz6fq";
19 nativeCheckInputs = [ pytestCheckHook ];
21 pythonImportsCheck = [ "fnvhash" ];
24 description = "Python FNV hash implementation";
25 homepage = "https://github.com/znerol/py-fnvhash";
26 license = with licenses; [ mit ];
27 maintainers = with maintainers; [ fab ];