8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 sha256 = "00h8i70qd3dpsyf2dp7fkcb9m2prd6m3l33qv3wf6idpnqgjz6fq";
20 nativeCheckInputs = [ pytestCheckHook ];
22 pythonImportsCheck = [ "fnvhash" ];
25 description = "Python FNV hash implementation";
26 homepage = "https://github.com/znerol/py-fnvhash";
27 license = with licenses; [ mit ];
28 maintainers = with maintainers; [ fab ];