26 buildPythonPackage rec {
31 disabled = pythonOlder "3.9";
33 src = fetchFromGitHub {
37 hash = "sha256-zRXIMSgcFlTZQ5Y/1pSC30ZhvKj1Pn1+7SbTetEdzio=";
48 build-system = [ poetry-core ];
76 pythonImportsCheck = [ "pyquil" ];
79 description = "Python library for creating Quantum Instruction Language (Quil) programs";
80 homepage = "https://github.com/rigetti/pyquil";
81 changelog = "https://github.com/rigetti/pyquil/blob/v${version}/CHANGELOG.md";
82 license = licenses.asl20;
83 maintainers = with maintainers; [ fab ];