11 buildPythonPackage rec {
12 pname = "quantiphy-eval";
16 disabled = pythonOlder "3.6";
18 src = fetchFromGitHub {
20 repo = "quantiphy_eval";
22 hash = "sha256-7VHcuINhe17lRNkHUnZkVOEtD6mVWk5gu0NbrLZwprg=";
25 nativeBuildInputs = [ flit-core ];
27 propagatedBuildInputs = [
32 # this has a circular dependency on quantiphy
34 sed -i '/quantiphy>/d' ./pyproject.toml
37 # tests require quantiphy import
40 # Also affected by the circular dependency on quantiphy
41 # pythonImportsCheck = [
46 description = "QuantiPhy support for evals in-line";
47 homepage = "https://github.com/KenKundert/quantiphy_eval/";
48 changelog = "https://github.com/KenKundert/quantiphy_eval/releases/tag/v${version}";
49 license = licenses.mit;
50 maintainers = with maintainers; [ jpetrucciani ];