9 buildPythonPackage rec {
13 build-system = [ setuptools ];
16 inherit pname version;
17 sha256 = "sha256-ptNpy7VkUXHbjvdir6v+eYOmtQ/j8XPXq4lj7ceS/5s=";
20 nativeCheckInputs = [ pytestCheckHook ];
22 pythonImportsCheck = [ "siphashc" ];
25 description = "Python c-module for siphash";
26 homepage = "https://github.com/WeblateOrg/siphashc";
27 changelog = "https://github.com/WeblateOrg/siphashc/blob/${version}/CHANGES.rst";
28 license = licenses.isc;
29 maintainers = with maintainers; [ erictapen ];