12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-hMZ7JZoo5RdUwQYpGjtZznH/O6rBUXv+svfOAI0cjqs=";
24 fetchSubmodules = true;
33 nativeCheckInputs = [ pytestCheckHook ];
35 pythonImportsCheck = [ "pyspx" ];
38 description = "Python bindings for SPHINCS";
39 homepage = "https://github.com/sphincs/pyspx";
40 changelog = "https://github.com/sphincs/pyspx/releases/tag/v${version}";
41 license = licenses.cc0;
42 maintainers = with maintainers; [ fab ];