11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 fetchSubmodules = true;
23 hash = "sha256-Ek+rmgvG6DbtxljAEHVac/JzNI1MaLpPu4G8nhaxzg8=";
30 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 description = "Library for detecting, labeling, and reasoning about microarchitectures";
45 mainProgram = "archspec";
46 homepage = "https://archspec.readthedocs.io/";
47 changelog = "https://github.com/archspec/archspec/releases/tag/v${version}";
48 license = with licenses; [ mit asl20 ];
49 maintainers = with maintainers; [ atila ];