Loading pkgs/development/python-modules/cirq-ft/default.nix 0 → 100644 +36 −0 Original line number Diff line number Diff line { attrs , buildPythonPackage , cachetools , cirq-core , ipython , ipywidgets , nbconvert , nbformat , pytestCheckHook }: buildPythonPackage rec { pname = "cirq-ft"; inherit (cirq-core) version src meta; sourceRoot = "${src.name}/${pname}"; propagatedBuildInputs = [ attrs cachetools cirq-core ipython ipywidgets nbconvert nbformat ]; nativeCheckInputs = [ ipython pytestCheckHook ]; # cirq's importlib hook doesn't work here #pythonImportsCheck = [ "cirq_ft" ]; } pkgs/development/python-modules/cirq/default.nix +3 −0 Original line number Diff line number Diff line { buildPythonPackage , cirq-aqt , cirq-core , cirq-ft , cirq-google , cirq-ionq , cirq-pasqal Loading @@ -16,6 +17,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ cirq-aqt cirq-core cirq-ft cirq-ionq cirq-google cirq-rigetti Loading @@ -32,6 +34,7 @@ buildPythonPackage rec { disabledTestPaths = [ "cirq-aqt" "cirq-core" "cirq-ft" "cirq-google" "cirq-ionq" "cirq-pasqal" Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1975,6 +1975,8 @@ self: super: with self; { cirq-core = callPackage ../development/python-modules/cirq-core { }; cirq-ft = callPackage ../development/python-modules/cirq-ft { }; cirq-ionq = callPackage ../development/python-modules/cirq-ionq { }; cirq-google = callPackage ../development/python-modules/cirq-google { }; Loading Loading
pkgs/development/python-modules/cirq-ft/default.nix 0 → 100644 +36 −0 Original line number Diff line number Diff line { attrs , buildPythonPackage , cachetools , cirq-core , ipython , ipywidgets , nbconvert , nbformat , pytestCheckHook }: buildPythonPackage rec { pname = "cirq-ft"; inherit (cirq-core) version src meta; sourceRoot = "${src.name}/${pname}"; propagatedBuildInputs = [ attrs cachetools cirq-core ipython ipywidgets nbconvert nbformat ]; nativeCheckInputs = [ ipython pytestCheckHook ]; # cirq's importlib hook doesn't work here #pythonImportsCheck = [ "cirq_ft" ]; }
pkgs/development/python-modules/cirq/default.nix +3 −0 Original line number Diff line number Diff line { buildPythonPackage , cirq-aqt , cirq-core , cirq-ft , cirq-google , cirq-ionq , cirq-pasqal Loading @@ -16,6 +17,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ cirq-aqt cirq-core cirq-ft cirq-ionq cirq-google cirq-rigetti Loading @@ -32,6 +34,7 @@ buildPythonPackage rec { disabledTestPaths = [ "cirq-aqt" "cirq-core" "cirq-ft" "cirq-google" "cirq-ionq" "cirq-pasqal" Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1975,6 +1975,8 @@ self: super: with self; { cirq-core = callPackage ../development/python-modules/cirq-core { }; cirq-ft = callPackage ../development/python-modules/cirq-ft { }; cirq-ionq = callPackage ../development/python-modules/cirq-ionq { }; cirq-google = callPackage ../development/python-modules/cirq-google { }; Loading