12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 fetchSubmodules = true;
24 hash = "sha256-Xg1XdmKk2b6fqzOdedU3SGIgy65CjExxDByt/Xvmr24=";
27 build-system = [ poetry-core ];
29 dependecies = [ click ];
36 pythonImportsCheck = [ "archspec" ];
39 description = "Library for detecting, labeling, and reasoning about microarchitectures";
40 homepage = "https://archspec.readthedocs.io/";
41 changelog = "https://github.com/archspec/archspec/releases/tag/v${version}";
42 license = with licenses; [
46 maintainers = with maintainers; [ atila ];
47 mainProgram = "archspec";