8 buildPythonPackage rec {
9 pname = "clickhouse-cityhash";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-ezEl19CqE8LMTnWDqWWmv7CqlqEhMUdbRCVSustV9Pg=";
20 propagatedBuildInputs = [
26 pythonImportsCheck = [
31 description = "Python-bindings for CityHash, a fast non-cryptographic hash algorithm";
32 homepage = "https://github.com/xzkostyan/python-cityhash";
33 license = licenses.upl;
34 maintainers = with maintainers; [ breakds ];