12 buildPythonPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-wgrY5ajaMYxznyNvlD0ul1PFr3W8oV9I/OVsStlZEBM=";
25 sed -i '/\[project\]/a version = "${version}"' pyproject.toml
26 sed -i '/\[project\]/a name = "tweedledum"' pyproject.toml
34 dontUseCmakeConfigure = true;
36 pythonImportsCheck = [ "tweedledum" ];
38 nativeCheckInputs = [ pytestCheckHook ];
39 pytestFlagsArray = [ "python/test" ];
42 description = "Library for synthesizing and manipulating quantum circuits";
43 homepage = "https://github.com/boschmitt/tweedledum";
44 license = licenses.mit;
45 maintainers = with maintainers; [ drewrisinger ];