9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-A3nWzx/5h81CFgmiZM4CXnTzRuPhRd0QbAzC4+w/mak=";
21 nativeBuildInputs = [ setuptools ];
23 pythonImportsCheck = [ "xxhash" ];
26 description = "Python Binding for xxHash";
27 homepage = "https://github.com/ifduyue/python-xxhash";
28 changelog = "https://github.com/ifduyue/python-xxhash/blob/v${version}/CHANGELOG.rst";
29 license = licenses.bsd2;
30 maintainers = with maintainers; [ teh ];